Don't rely Karma autoWatch being true in config

This commit is contained in:
Martin Jul
2015-10-22 23:36:13 +02:00
parent d548936421
commit 61a6776cc8
+1 -1
View File
@@ -6,7 +6,7 @@
"scripts": {
"start": "node server.js --env=dev",
"test": "karma start",
"test:watch": "karma start --singleRun=false",
"test:watch": "karma start --autoWatch=true --singleRun=false",
"posttest": "npm run lint",
"serve": "node server.js --env=dev",
"serve:dist": "node server.js --env=dist",