From 23bcd75d8c55dff855602f208c6e4accc94bb56f Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 21 Sep 2015 19:16:30 -0700 Subject: [PATCH] disable colors --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5cdf6b0..d185e7d 100644 --- a/package.json +++ b/package.json @@ -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": {