File tree Expand file tree Collapse file tree 3 files changed +910
-1569
lines changed Expand file tree Collapse file tree 3 files changed +910
-1569
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,8 @@ module.exports = () => {
9
9
return {
10
10
displayName : pkg . name ,
11
11
rootDir : __dirname ,
12
- transform : { '^.+\\.tsx?$' : ' ts-jest' } ,
12
+ preset : ' ts-jest',
13
13
testEnvironment : 'node' ,
14
- globals : {
15
- 'ts-jest' : {
16
- diagnostics : false ,
17
- tsConfig : 'tsconfig.json' ,
18
- } ,
19
- } ,
20
14
restoreMocks : true ,
21
15
reporters : [ 'default' ] ,
22
16
modulePathIgnorePatterns : [ 'dist' ] ,
Original file line number Diff line number Diff line change 61
61
"eslint-plugin-react" : " ^7.23.2" ,
62
62
"eslint-plugin-react-hooks" : " ^4.2.0" ,
63
63
"graphql" : " ^15.5.0" ,
64
- "jest" : " ^26.6.3 " ,
65
- "jest-docblock" : " ^26 .0.0 " ,
64
+ "jest" : " ^27.0.6 " ,
65
+ "jest-docblock" : " ^27 .0.6 " ,
66
66
"jest-junit" : " ^12.1.0" ,
67
67
"npm-run-all" : " ^4.1.5" ,
68
68
"prettier" : " ^2.2.1" ,
69
69
"react" : " ^17.0.2" ,
70
- "ts-jest" : " ^26.5.6 " ,
70
+ "ts-jest" : " ^27.0.5 " ,
71
71
"typescript" : " ^4.1.3"
72
72
},
73
73
"files" : [
You can’t perform that action at this time.
0 commit comments