File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8282
8383 # Run Jest tests for time-planning-pn plugin
8484 echo "Running Jest tests for time-planning-pn plugin..."
85- npm test -- --testPathPattern=time-planning-pn --coverage --collectCoverageFrom='src/app/plugins/modules/time-planning-pn/**/*.ts' --coveragePathIgnorePatterns='\.spec\.ts$'
85+ npm test:unit -- --testPathPattern=time-planning-pn --coverage --collectCoverageFrom='src/app/plugins/modules/time-planning-pn/**/*.ts' --coveragePathIgnorePatterns='\.spec\.ts$'
8686 pn-test :
8787 needs : build
8888 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 7676
7777 # Run Jest tests for time-planning-pn plugin
7878 echo "Running Jest tests for time-planning-pn plugin..."
79- npm test -- --testPathPattern=time-planning-pn --coverage --collectCoverageFrom='src/app/plugins/modules/time-planning-pn/**/*.ts' --coveragePathIgnorePatterns='\.spec\.ts$'
79+ npm test:unit -- --testPathPattern=time-planning-pn --coverage --collectCoverageFrom='src/app/plugins/modules/time-planning-pn/**/*.ts' --coveragePathIgnorePatterns='\.spec\.ts$'
8080 pn-test :
8181 needs : build
8282 runs-on : ubuntu-22.04
You can’t perform that action at this time.
0 commit comments