Skip to content

Commit 8e42977

Browse files
committed
Upgraded versions and fixed tests
1 parent 8a86540 commit 8e42977

7 files changed

+2170
-2645
lines changed

jest.config.json jest.config.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
{
1+
module.exports = {
22
"globals": {
33
"ts-jest": {
4-
"tsConfigFile": "tsconfig.json",
5-
"skipBabel": true
4+
"tsConfig": "tsconfig.json",
5+
"babelConfig": false
66
}
77
},
88
"collectCoverage": true,
@@ -17,7 +17,7 @@
1717
"\\.d\\.ts"
1818
],
1919
"transform": {
20-
"^.+\\.tsx?$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
20+
"^.+\\.tsx?$": "ts-jest"
2121
},
2222
"testPathIgnorePatterns": [
2323
"/node_modules/",
@@ -31,4 +31,4 @@
3131
"tsx",
3232
"js"
3333
]
34-
}
34+
};

0 commit comments

Comments
 (0)