parallel-mocha will not log nicely

This commit is contained in:
Girish Ramakrishnan 2015-11-13 19:27:10 -08:00
parent dc509c6031
commit b6e76209af
1 changed files with 1 additions and 3 deletions

View File

@ -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",