Skip to content

Commit

Permalink
run tests in color mode
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Feb 5, 2021
1 parent f110c5d commit feedd03
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 @@ -14,7 +14,7 @@
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --follow-tags",
"test": "nyc --silent node test.js | tap -",
"test": "nyc --silent node test.js | tap -c -",
"posttest": "nyc report"
},
"keywords": [
Expand Down

0 comments on commit feedd03

Please sign in to comment.