test(@types/jest): add @types/jest to remove TS errors

This commit is contained in:
Cameron 2020-10-03 18:00:46 +01:00
parent bac67c1245
commit 0f2c3883fe
2 changed files with 9 additions and 0 deletions

View File

@ -27,6 +27,7 @@
"@nuxtjs/auth-next": "^5.0.0-1595976864.509d9d6",
"@nuxtjs/axios": "^5.12.0",
"@nuxtjs/pwa": "^3.0.0-beta.20",
"@types/jest": "^26.0.14",
"@types/lodash": "^4.14.161",
"@types/uuid": "^8.3.0",
"blurhash": "^1.1.3",

View File

@ -1988,6 +1988,14 @@
jest-diff "^25.2.1"
pretty-format "^25.2.1"
"@types/jest@^26.0.14":
version "26.0.14"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.14.tgz#078695f8f65cb55c5a98450d65083b2b73e5a3f3"
integrity sha512-Hz5q8Vu0D288x3iWXePSn53W7hAjP0H7EQ6QvDO9c7t46mR0lNOLlfuwQ+JkVxuhygHzlzPX+0jKdA3ZgSh+Vg==
dependencies:
jest-diff "^25.2.1"
pretty-format "^25.2.1"
"@types/json-schema@^7.0.3", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5":
version "7.0.6"
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.6.tgz#f4c7ec43e81b319a9815115031709f26987891f0"