Skip to content
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.

Commit

Permalink
Always ask for colors
Browse files Browse the repository at this point in the history
  • Loading branch information
btd committed Dec 10, 2016
1 parent 0737171 commit 673003e
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 @@
"build": "npm run cjs && npm run es6",
"prepublish": "npm run build && npm run browser",
"pretest": "npm run build",
"test": "mocha -R mocha-better-spec-reporter --check-leaks ./test/*.test.js ./test/**/*.test.js",
"test": "mocha -R mocha-better-spec-reporter --color --check-leaks ./test/*.test.js ./test/**/*.test.js",
"zuul": "zuul -- ./test/**/*.test.js ./test/*.test.js",
"browser": "rollup -c rollup.config.js --output ./should.js"
},
Expand Down

0 comments on commit 673003e

Please sign in to comment.