From 06e55faa31dd56ab27ca55d3eebd4c2d8960515a Mon Sep 17 00:00:00 2001 From: Keyang Date: Sat, 24 Dec 2016 21:43:20 +0000 Subject: [PATCH] update test script --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5490e21..9e3a675 100644 --- a/package.json +++ b/package.json @@ -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 " } }