Skip to content

Commit bfa040e

Browse files
authored
Upgrade jest and typescript (#29)
1 parent fdb4a79 commit bfa040e

File tree

6 files changed

+2721
-3827
lines changed

6 files changed

+2721
-3827
lines changed

jest.config.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@
44
module.exports = {
55
roots: ["<rootDir>/test"],
66
transform: {
7-
"^.+\\.tsx?$": "ts-jest",
7+
"^.+\\.tsx?$": ["ts-jest", {tsconfig: "tsconfig.test.json"}],
88
},
99
moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"],
10-
globals: {
11-
"ts-jest": {
12-
tsconfig: "tsconfig.test.json",
13-
},
14-
},
1510
};

0 commit comments

Comments
 (0)