Skip to content

Commit 52c90b2

Browse files
committed
Try --maxWorkers again
1 parent da99480 commit 52c90b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
},
141141
"scripts": {
142142
"prepublishOnly": "echo \"Error: must publish from dist/\" && exit 1",
143-
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --runInBand",
143+
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --maxWorkers=2",
144144
"test:dev-package": "cross-env INSTALL_PACKAGE=1 yarn test",
145145
"test:dist": "cross-env NODE_ENV=production yarn test",
146146
"test:dist-standalone": "cross-env TEST_STANDALONE=1 yarn test:dist",

0 commit comments

Comments
 (0)