Skip to content

Commit 9a62f73

Browse files
committed
Upgrade Jest config
1 parent a5ff5df commit 9a62f73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"sane": "^5.0.0"
3737
},
3838
"jest": {
39+
"preset": "ts-jest",
3940
"testEnvironment": "node",
40-
"timers": "fake",
4141
"clearMocks": true,
4242
"moduleFileExtensions": [
4343
"js",
@@ -54,7 +54,7 @@
5454
},
5555
"globals": {
5656
"ts-jest": {
57-
"tsConfig": "./server/tsconfig.json"
57+
"tsconfig": "./server/tsconfig.json"
5858
}
5959
},
6060
"testMatch": [

0 commit comments

Comments
 (0)