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

Commit d60dd74

Browse files
authored
Merge pull request #72 from DanielRuf/tests/husky-enable-colors
tests: enable colors for Husky Git hooks
2 parents 5ac716e + f659959 commit d60dd74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"lint": "eslint src test",
1818
"precommit": "yarn lint && yarn test",
1919
"prepublishOnly": "yarn lint && yarn compile",
20-
"test": "NODE_ENV=test mocha --compilers js:babel-core/register --require test/index.js --recursive",
20+
"test": "NODE_ENV=test mocha --compilers js:babel-core/register --require test/index.js --recursive --colors",
2121
"test:cover": "istanbul cover _mocha -- --compilers js:babel-core/register --require test/index.js --recursive",
2222
"test:watch": "yarn test -- --watch --reporter min"
2323
},

0 commit comments

Comments
 (0)