Skip to content

Commit 4dcfe49

Browse files
committed
chore: upgrade to jest 27
1 parent 16c2bca commit 4dcfe49

File tree

3 files changed

+534
-646
lines changed

3 files changed

+534
-646
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = {
66
},
77
globals: {
88
'ts-jest': {
9-
tsConfig: 'tsconfig.test.json',
9+
tsconfig: 'tsconfig.test.json',
1010
diagnostics: {
1111
ignoreCodes: [2345]
1212
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,16 @@
4242
"@nuxt/typescript-build": "^2.0.3",
4343
"@nuxt/typescript-runtime": "^2.0.0",
4444
"@nuxtjs/eslint-config-typescript": "^4.0.0",
45-
"@types/jest": "^26.0.15",
45+
"@types/jest": "^26.0.23",
4646
"@types/sass": "^1.16.0",
4747
"codecov": "^3.8.2",
4848
"eslint": "^7.11.0",
4949
"husky": "^4.2.5",
50-
"jest": "^26.6.0",
50+
"jest": "^27.0.4",
5151
"nuxt": "^2.15.6",
5252
"nuxt-webfontloader": "^1.1.0",
5353
"standard-version": "^9.3.0",
54-
"ts-jest": "^26.4.1",
54+
"ts-jest": "^27.0.3",
5555
"typescript": "~4.0"
5656
}
5757
}

0 commit comments

Comments
 (0)