From b6e76209af721bea9aaa7c631f6b58c75592c57e Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 13 Nov 2015 19:27:10 -0800 Subject: [PATCH] parallel-mocha will not log nicely --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 7e18c3b..d5478e1 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,7 @@ "description": "End to end testing", "main": "test.js", "scripts": { - "test": "DEBUG=superagent-sync,e2e:* DEBUG_COLORS=true ./node_modules/.bin/mocha --bail test/*", - "parallel_test": "./node_modules/.bin/parallel-mocha --processes 5 test/*" + "test": "DEBUG=superagent-sync,e2e:* DEBUG_COLORS=true ./node_modules/.bin/mocha --bail test/*" }, "repository": { "type": "git", @@ -20,7 +19,6 @@ "dns-sync": "^0.1.3", "mocha": "^2.2.5", "once": "^1.3.2", - "parallel-mocha": "0.0.7", "postmark": "^1.0.0", "readline-sync": "^1.2.19", "safetydance": "0.0.17",