Add Jest TS types

This commit is contained in:
Gasim Gasimzada 2020-01-07 15:00:07 +04:00
parent a228476f9f
commit df4a23d733
2 changed files with 9 additions and 0 deletions

8
package-lock.json generated
View file

@ -1469,6 +1469,14 @@
"@types/istanbul-lib-report": "*"
}
},
"@types/jest": {
"version": "24.0.25",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-24.0.25.tgz",
"integrity": "sha512-hnP1WpjN4KbGEK4dLayul6lgtys6FPz0UfxMeMQCv0M+sTnzN3ConfiO72jHgLxl119guHgI8gLqDOrRLsyp2g==",
"requires": {
"jest-diff": "^24.3.0"
}
},
"@types/json-schema": {
"version": "7.0.4",
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.4.tgz",

View file

@ -13,6 +13,7 @@
"roughjs": "3.1.0"
},
"devDependencies": {
"@types/jest": "^24.0.25",
"@types/react": "16.9.17",
"@types/react-color": "^3.0.1",
"@types/react-dom": "16.9.4",