parallel-mocha will not log nicely
This commit is contained in:
parent
dc509c6031
commit
b6e76209af
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user