We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35a9e9e commit 81e7462Copy full SHA for 81e7462
examples/cookbook/package.json
@@ -6,7 +6,7 @@
6
"ios": "expo start --ios",
7
"web": "expo start --web",
8
"eject": "expo eject",
9
- "test": "jest",
+ "test": "jest --maxWorkers=2",
10
"lint": "eslint .",
11
"typecheck": "tsc --noEmit"
12
},
0 commit comments