Skip to content

Commit

Permalink
update test script
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyang committed Dec 24, 2016
1 parent 9f8b5c6 commit 06e55fa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@
"minimist": "^1.2.0"
},
"scripts": {
"test": "mocha ./test -R spec && CSV_WORKER=3 mocha ./test -R spec",
"test-debug":"mocha debug ./test -R spec"
"test": "mocha ./test -R spec",
"test-debug":"mocha debug ./test -R spec",
"test-all":"mocha debug ./test -R spec && CSV_WORKER=3 mocha ./test -R spec "
}
}

0 comments on commit 06e55fa

Please sign in to comment.