Skip to content

Commit 839771b

Browse files
committed
chore: just one worker
1 parent 1f58588 commit 839771b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@
105105
"\\.[jt]sx?$": "babel-jest"
106106
},
107107
"verbose": true,
108-
"testTimeout": 60000
108+
"testTimeout": 60000,
109+
"maxWorkers": 1
109110
},
110111
"jest-junit": {
111112
"outputDirectory": "reports",

0 commit comments

Comments
 (0)