From a5e3a412f487db418c7b57953da7c37f86a32e99 Mon Sep 17 00:00:00 2001 From: Levi Olson Date: Mon, 30 Apr 2018 13:18:25 -0500 Subject: [PATCH] removing colors from coverage test --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e56084f..4a60729 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "start": "node app.js", "startdev": "./node_modules/.bin/nodemon app.js", "test": "mocha --timeout 10000 --colors --exit", - "coverage": "nyc --reporter=html --reporter=text mocha --timeout 10000 --colors --exit" + "coverage": "nyc --reporter=html --reporter=text mocha --timeout 10000 --exit" }, "author": "Levi Olson ", "license": "UNLICENSE"