Add target to run tests continuously

Enables `npm run test:watch`
This commit is contained in:
Martin Jul
2015-10-20 16:15:57 +02:00
parent 00414460b2
commit e710db370c
+1
View File
@@ -6,6 +6,7 @@
"scripts": {
"start": "node server.js --env=dev",
"test": "karma start",
"test:watch": "karma start --singleRun=false",
"posttest": "npm run lint",
"serve": "node server.js --env=dev",
"serve:dist": "node server.js --env=dist",