Installs @types/jest

This commit is contained in:
Bruce Markham
2020-03-28 23:10:51 -04:00
parent 6ab1a2508c
commit ded3c1ea17
2 changed files with 11 additions and 0 deletions

10
package-lock.json generated
View File

@@ -2273,6 +2273,16 @@
"@types/istanbul-lib-report": "*"
}
},
"@types/jest": {
"version": "25.2.1",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-25.2.1.tgz",
"integrity": "sha512-msra1bCaAeEdkSyA0CZ6gW1ukMIvZ5YoJkdXw/qhQdsuuDlFTcEUrUw8CLCPt2rVRUfXlClVvK2gvPs9IokZaA==",
"dev": true,
"requires": {
"jest-diff": "^25.2.1",
"pretty-format": "^25.2.1"
}
},
"@types/minimatch": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz",

View File

@@ -32,6 +32,7 @@
"@commitlint/core": "^8.3.5",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.0.5",
"@types/jest": "^25.2.1",
"antlr4ts-cli": "^0.5.0-alpha.3",
"commitlint-config-gitmoji": "^1.0.1",
"cpy-cli": "^3.1.0",