We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--maxWorkers
1 parent da99480 commit 52c90b2Copy full SHA for 52c90b2
1 file changed
package.json
@@ -140,7 +140,7 @@
140
},
141
"scripts": {
142
"prepublishOnly": "echo \"Error: must publish from dist/\" && exit 1",
143
- "test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --runInBand",
+ "test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --maxWorkers=2",
144
"test:dev-package": "cross-env INSTALL_PACKAGE=1 yarn test",
145
"test:dist": "cross-env NODE_ENV=production yarn test",
146
"test:dist-standalone": "cross-env TEST_STANDALONE=1 yarn test:dist",
0 commit comments