disable colors

This commit is contained in:
Girish Ramakrishnan 2015-09-21 19:16:30 -07:00
parent 3dc527d3f4
commit 23bcd75d8c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"description": "End to end testing",
"main": "test.js",
"scripts": {
"test": "DEBUG=superagent-sync,e2e:* ./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": {