feat: Added headless test command
This commit is contained in:
parent
9ffb6b8350
commit
d882bbe5c2
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
"start": "./node_modules/.bin/ng serve",
|
||||
"build": "./node_modules/.bin/ng build --aot --prod",
|
||||
"test": "./node_modules/.bin/ng test",
|
||||
"test:headless": "./node_modules/.bin/ng test --browsers=ChromeHeadless",
|
||||
"lint": "./node_modules/.bin/ng lint",
|
||||
"e2e": "./node_modules/.bin/ng e2e",
|
||||
"pack": "./node_modules/.bin/ng-packagr -p ./src/lib/package.json"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue