Add coverage option to tests
All checks were successful
continuous-integration/drone the build was successful
All checks were successful
continuous-integration/drone the build was successful
This commit is contained in:
parent
d9ec7aeb3b
commit
1c6c7d556e
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@
|
|||
"start": "ng serve",
|
||||
"build": "ng build --delete-output-path",
|
||||
"build-prod": "ng build --prod --optimization --aot --delete-output-path --build-optimizer",
|
||||
"test": "ng test",
|
||||
"test:ci": "ng test --browsers ChromeHeadlessNoSandbox --watch=false",
|
||||
"test": "ng test --code-coverage",
|
||||
"test:ci": "ng test --browsers ChromeHeadlessNoSandbox --watch=false --code-coverage",
|
||||
"lint": "ng lint",
|
||||
"e2e": "ng e2e",
|
||||
"postinstall": "npm rebuild node-sass"
|
||||
|
|
Loading…
Reference in a new issue