1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-04 09:33:27 +00:00

npm run test:watch for watching

This commit is contained in:
Kyle Spearrin
2017-11-17 21:42:25 -05:00
parent 4531846ff8
commit 1c9ae15409
2 changed files with 14 additions and 35 deletions

View File

@@ -9,7 +9,8 @@
"dist": "gulp build && webpack --config webpack.prod.js && gulp dist",
"lint": "tslint src/**/*.ts || true",
"lint:fix": "tslint src/**/*.ts --fix",
"test": "karma start"
"test": "karma start --single-run",
"test:watch": "karma start"
},
"devDependencies": {
"@types/jasmine": "^2.8.2",