Skip to content

Commit 2579e30

Browse files
authored
Upgrade test deps (#41)
1 parent 0ca78e0 commit 2579e30

File tree

4 files changed

+637
-724
lines changed

4 files changed

+637
-724
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)