Skip to content

Commit 81e7462

Browse files
author
stevegalili
committed
set maxWorkers=2
1 parent 35a9e9e commit 81e7462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cookbook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"ios": "expo start --ios",
77
"web": "expo start --web",
88
"eject": "expo eject",
9-
"test": "jest",
9+
"test": "jest --maxWorkers=2",
1010
"lint": "eslint .",
1111
"typecheck": "tsc --noEmit"
1212
},

0 commit comments

Comments
 (0)