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 9f8b5c6 commit 06e55faCopy full SHA for 06e55fa
package.json
@@ -54,7 +54,8 @@
54
"minimist": "^1.2.0"
55
},
56
"scripts": {
57
- "test": "mocha ./test -R spec && CSV_WORKER=3 mocha ./test -R spec",
58
- "test-debug":"mocha debug ./test -R spec"
+ "test": "mocha ./test -R spec",
+ "test-debug":"mocha debug ./test -R spec",
59
+ "test-all":"mocha debug ./test -R spec && CSV_WORKER=3 mocha ./test -R spec "
60
}
61
0 commit comments