File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments