File tree 3 files changed +2311
-1893
lines changed
3 files changed +2311
-1893
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,8 @@ module.exports = {
5
5
testTimeout : 60000 ,
6
6
testEnvironment : 'node' ,
7
7
testPathIgnorePatterns : [ '<rootDir>/dist/' , '<rootDir>/node_modules/' ] ,
8
- globals : {
9
- 'ts-jest' : {
10
- diagnostics : false ,
11
- } ,
8
+ transform : {
9
+ '^.+\\.tsx?$' : [ 'ts-jest' , { diagnostics : false } ] ,
12
10
} ,
13
11
moduleNameMapper : process . env . WEBPACK4
14
12
? {
Original file line number Diff line number Diff line change 55
55
"@intlify/vue-i18n-loader" : " ^3.0.0" ,
56
56
"@types/estree" : " ^0.0.45" ,
57
57
"@types/hash-sum" : " ^1.0.0" ,
58
- "@types/jest" : " ^26.0.13 " ,
58
+ "@types/jest" : " ^29.5.0 " ,
59
59
"@types/jsdom" : " ^16.2.13" ,
60
60
"@types/mini-css-extract-plugin" : " ^0.9.1" ,
61
61
"@types/webpack-merge" : " ^4.1.5" ,
66
66
"file-loader" : " ^6.1.0" ,
67
67
"html-webpack-plugin" : " ^4.5.0" ,
68
68
"html-webpack-plugin-v5" : " npm:html-webpack-plugin@^5.3.2" ,
69
- "jest" : " ^26.4.1 " ,
69
+ "jest" : " ^29.5.0 " ,
70
70
"jsdom" : " ^16.4.0" ,
71
71
"lint-staged" : " ^10.3.0" ,
72
72
"markdown-loader" : " ^6.0.0" ,
83
83
"stylus" : " ^0.54.7" ,
84
84
"stylus-loader" : " ^4.1.1" ,
85
85
"sugarss" : " ^3.0.1" ,
86
- "ts-jest" : " ^26.2 .0" ,
86
+ "ts-jest" : " ^29.1 .0" ,
87
87
"ts-loader" : " ^8.0.6" ,
88
88
"ts-loader-v9" : " npm:ts-loader@^9.2.4" ,
89
89
"typescript" : " ^4.4.3" ,
You can’t perform that action at this time.
0 commit comments