We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0754825 commit 060a791Copy full SHA for 060a791
1 file changed
package.json
@@ -30,7 +30,7 @@
30
"types": "jsdoc -c jsdoc.types.json && node scripts/types.js && tsc types/test.ts --lib es2015 --noEmit",
31
"lint": "eslint src",
32
"test": "tape tests/*.js | tap-spec",
33
- "zuul": "zuul --ui tape --no-coverage --concurrency 1 -- tests/*.js",
+ "zuul": "zuul --ui tape --no-coverage --concurrency 4 -- tests/*.js",
34
"zuul-local": "zuul --ui tape --no-coverage --concurrency 1 --local 8080 --disable-tunnel -- tests/*.js",
35
"bench": "node bench",
36
"bench-read": "node bench/read",
0 commit comments