forked from AkkomaGang/akkoma-fe
Add autowatching test running task.
This commit is contained in:
parent
024230c7f4
commit
64153e2303
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue