parallel-mocha will not log nicely
This commit is contained in:
parent
dc509c6031
commit
b6e76209af
@ -4,8 +4,7 @@
|
|||||||
"description": "End to end testing",
|
"description": "End to end testing",
|
||||||
"main": "test.js",
|
"main": "test.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "DEBUG=superagent-sync,e2e:* DEBUG_COLORS=true ./node_modules/.bin/mocha --bail test/*",
|
"test": "DEBUG=superagent-sync,e2e:* DEBUG_COLORS=true ./node_modules/.bin/mocha --bail test/*"
|
||||||
"parallel_test": "./node_modules/.bin/parallel-mocha --processes 5 test/*"
|
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -20,7 +19,6 @@
|
|||||||
"dns-sync": "^0.1.3",
|
"dns-sync": "^0.1.3",
|
||||||
"mocha": "^2.2.5",
|
"mocha": "^2.2.5",
|
||||||
"once": "^1.3.2",
|
"once": "^1.3.2",
|
||||||
"parallel-mocha": "0.0.7",
|
|
||||||
"postmark": "^1.0.0",
|
"postmark": "^1.0.0",
|
||||||
"readline-sync": "^1.2.19",
|
"readline-sync": "^1.2.19",
|
||||||
"safetydance": "0.0.17",
|
"safetydance": "0.0.17",
|
||||||
|
Loading…
Reference in New Issue
Block a user