Enable colours for karma test output

I don't really know why we disable colours here.
This commit is contained in:
Richard van der Hoff 2017-07-13 00:18:10 +01:00
parent 898725082a
commit 0f8a2554dc

View file

@ -48,7 +48,7 @@
"lintall": "eslint src/ test/",
"clean": "rimraf lib webapp electron_app/dist",
"prepublish": "npm run build:compile",
"test": "karma start --single-run=true --autoWatch=false --browsers ChromeHeadless --colors=false",
"test": "karma start --single-run=true --autoWatch=false --browsers ChromeHeadless",
"test-multi": "karma start"
},
"dependencies": {