From f659959ef94bbec092e16c3abbb21d79196b4ea3 Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Tue, 17 Apr 2018 22:34:12 +0200 Subject: [PATCH] tests: enable colors for Husky Git hooks --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3bafc7e..5a603ad 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "lint": "eslint src test", "precommit": "yarn lint && yarn test", "prepublishOnly": "yarn lint && yarn compile", - "test": "NODE_ENV=test mocha --compilers js:babel-core/register --require test/index.js --recursive", + "test": "NODE_ENV=test mocha --compilers js:babel-core/register --require test/index.js --recursive --colors", "test:cover": "istanbul cover _mocha -- --compilers js:babel-core/register --require test/index.js --recursive", "test:watch": "yarn test -- --watch --reporter min" },