Skip to content

Commit

Permalink
attempt to force colors in karma config
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
  • Loading branch information
boneskull committed Oct 14, 2020
1 parent 60e3662 commit 058b2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ module.exports = {
description: 'Run browser tests'
},
unit: {
script: 'cross-env NODE_PATH=. karma start --single-run',
script: 'cross-env NODE_PATH=. karma start --single-run --colors',
description: 'Run browser unit tests'
},
bdd: {
Expand Down

0 comments on commit 058b2e7

Please sign in to comment.