Skip to content

Commit 058b2e7

Browse files
committed
attempt to force colors in karma config
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
1 parent 60e3662 commit 058b2e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package-scripts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ module.exports = {
210210
description: 'Run browser tests'
211211
},
212212
unit: {
213-
script: 'cross-env NODE_PATH=. karma start --single-run',
213+
script: 'cross-env NODE_PATH=. karma start --single-run --colors',
214214
description: 'Run browser unit tests'
215215
},
216216
bdd: {

0 commit comments

Comments
 (0)