Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #72 from DanielRuf/tests/husky-enable-colors
Browse files Browse the repository at this point in the history
tests: enable colors for Husky Git hooks
  • Loading branch information
Jalle19 authored Apr 18, 2018
2 parents 5ac716e + f659959 commit d60dd74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit d60dd74

Please sign in to comment.