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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user