Skip to content

Commit 0f8a255

Browse files
committed
Enable colours for karma test output
I don't really know why we disable colours here.
1 parent 8987250 commit 0f8a255

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"lintall": "eslint src/ test/",
4949
"clean": "rimraf lib webapp electron_app/dist",
5050
"prepublish": "npm run build:compile",
51-
"test": "karma start --single-run=true --autoWatch=false --browsers ChromeHeadless --colors=false",
51+
"test": "karma start --single-run=true --autoWatch=false --browsers ChromeHeadless",
5252
"test-multi": "karma start"
5353
},
5454
"dependencies": {

0 commit comments

Comments
 (0)