Skip to content

Commit 7dd6abe

Browse files
author
pemrouz
committed
chore: add colors to test commands
1 parent 10e8bd9 commit 7dd6abe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"babel": "babel src -d dist",
1313
"clean": "rm -rf dist && mkdir dist",
1414
"build": "npm run clean && npm run babel && npm run ignore",
15-
"test": "istanbul test ./node_modules/mocha/bin/_mocha --report html -- -R spec",
16-
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && rm -rf ./coverage",
17-
"cov": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec",
15+
"test": "istanbul test ./node_modules/mocha/bin/_mocha --report html -- -R spec --colors",
16+
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec --colors && rm -rf ./coverage",
17+
"cov": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec --colors",
1818
"test-popper": "popper",
1919
"version": "npm run build && git add -A",
2020
"postversion": "git push && git push --tags"

0 commit comments

Comments
 (0)