Add autowatching test running task.

This commit is contained in:
Roger Braun 2017-03-15 16:23:39 +01:00
parent 024230c7f4
commit 64153e2303
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
"dev": "node build/dev-server.js",
"build": "node build/build.js",
"unit": "karma start test/unit/karma.conf.js --single-run",
"unit:watch": "karma start test/unit/karma.conf.js --single-run=false",
"e2e": "node test/e2e/runner.js",
"test": "npm run unit && npm run e2e",
"lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs"