Skip to content

Commit 06e55fa

Browse files
committedDec 24, 2016
update test script
1 parent 9f8b5c6 commit 06e55fa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
"minimist": "^1.2.0"
5555
},
5656
"scripts": {
57-
"test": "mocha ./test -R spec && CSV_WORKER=3 mocha ./test -R spec",
58-
"test-debug":"mocha debug ./test -R spec"
57+
"test": "mocha ./test -R spec",
58+
"test-debug":"mocha debug ./test -R spec",
59+
"test-all":"mocha debug ./test -R spec && CSV_WORKER=3 mocha ./test -R spec "
5960
}
6061
}

0 commit comments

Comments
 (0)
Failed to load comments.