Skip to content

Commit c61caf0

Browse files
committed
chore: run jest serially
1 parent 82f5f71 commit c61caf0

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)