We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbcf609 commit 7b0c3f6Copy full SHA for 7b0c3f6
1 file changed
package.json
@@ -25,9 +25,9 @@
25
"test:default": "npm run test:jest",
26
"test:linux:darwin": "npm run test:jest && cd tests && sh ../scripts/run_all.sh fuzz",
27
"test:win32": "npm run test:jest && cd tests && ..\\scripts\\run_all.bat fuzz",
28
- "test:jest": "jest && npm run test --ws --if-present",
29
- "test:jest:coverage": "jest --coverage",
30
- "test:jest:watch": "jest --watch",
+ "test:jest": "jest --maxWorkers=25% && npm run test --ws --if-present -- --maxWorkers=25%",
+ "test:jest:coverage": "jest --coverage --maxWorkers=25%",
+ "test:jest:watch": "jest --watch --maxWorkers=25%",
31
"example": "run-script-os",
32
"example:linux:darwin": "cd examples && sh ../scripts/run_all.sh dryRun",
33
"example:win32": "cd examples && ..\\scripts\\run_all.bat dryRun",
0 commit comments