From 673003e9283efb55e26f685c1d266f8f75b822e2 Mon Sep 17 00:00:00 2001 From: Denis Bardadym Date: Sat, 10 Dec 2016 13:35:44 +0300 Subject: [PATCH] Always ask for colors --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 94b792c..0669146 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "build": "npm run cjs && npm run es6", "prepublish": "npm run build && npm run browser", "pretest": "npm run build", - "test": "mocha -R mocha-better-spec-reporter --check-leaks ./test/*.test.js ./test/**/*.test.js", + "test": "mocha -R mocha-better-spec-reporter --color --check-leaks ./test/*.test.js ./test/**/*.test.js", "zuul": "zuul -- ./test/**/*.test.js ./test/*.test.js", "browser": "rollup -c rollup.config.js --output ./should.js" },