Skip to content

Commit 1d0583c

Browse files
committed
Do not check types when transpiling code for tests
This speeds up unit tests big deal
1 parent 0e202ca commit 1d0583c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,12 @@
2929
],
3030
"transformIgnorePatterns": [
3131
"[/\\\\]node_modules[/\\\\].+\\.(js|jsx|mjs|ts|tsx)$"
32-
]
32+
],
33+
"globals": {
34+
"ts-jest": {
35+
"isolatedModules": true
36+
}
37+
}
3338
},
3439
"devDependencies": {
3540
"@types/jest": "^23.3.5",

0 commit comments

Comments
 (0)