Skip to content

Commit 143cde7

Browse files
committed
Fixing package test commands.
1 parent 7f3226f commit 143cde7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

eform-client/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"sentrysourcemap": "yarn sentry:sourcemaps",
1616
"test:ci": "ng test --no-watch --no-progress --browsers=ChromeHeadless --code-coverage",
1717
"test": "./node_modules/.bin/wdio wdio.conf.ts --disable-gpu --browsers=ChromeHeadless --autoCompileOpts.tsNodeOpts.project=e2e/tsconfig.e2e.json",
18-
"test:unit": "ng test --watch=true --browsers=ChromeHeadless --code-coverage",
18+
"test:unit": "ng test --watch=false --browsers=ChromeHeadless --code-coverage",
19+
"test:local_unit": "ng test --watch=false --browsers=Chrome --code-coverage",
1920
"test2": "wdio wdio-step2.conf.ts --disable-gpu --browsers=ChromeHeadless --autoCompileOpts.tsNodeOpts.project=e2e/tsconfig.e2e.json",
2021
"testheadless": "./node_modules/.bin/wdio wdio-headless.conf.ts --disable-gpu --browsers=ChromeHeadless --autoCompileOpts.tsNodeOpts.project=e2e/tsconfig.e2e.json",
2122
"testheadless2a": "./node_modules/.bin/wdio wdio-headless-step2a.conf.ts --disable-gpu --browsers=ChromeHeadless --autoCompileOpts.tsNodeOpts.project=e2e/tsconfig.e2e.json",

0 commit comments

Comments
 (0)