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 8383
8484 # Run Jest tests for time-planning-pn plugin
8585 echo "Running Jest tests for time-planning-pn plugin..."
86- npm run test:unit -- --testPathPattern =time-planning-pn --coverage --collectCoverageFrom='src/app/plugins/modules/time-planning-pn/**/*.ts' --coveragePathIgnorePatterns='\.spec\.ts$'
86+ npm run test:unit -- --testPathPatterns =time-planning-pn --coverage --collectCoverageFrom='src/app/plugins/modules/time-planning-pn/**/*.ts' --coveragePathIgnorePatterns='\.spec\.ts$'
8787 pn-test :
8888 needs : build
8989 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 7777
7878 # Run Jest tests for time-planning-pn plugin
7979 echo "Running Jest tests for time-planning-pn plugin..."
80- npm run test:unit -- --testPathPattern =time-planning-pn --coverage --collectCoverageFrom='src/app/plugins/modules/time-planning-pn/**/*.ts' --coveragePathIgnorePatterns='\.spec\.ts$'
80+ npm run test:unit -- --testPathPatterns =time-planning-pn --coverage --collectCoverageFrom='src/app/plugins/modules/time-planning-pn/**/*.ts' --coveragePathIgnorePatterns='\.spec\.ts$'
8181 pn-test :
8282 needs : build
8383 runs-on : ubuntu-22.04
You can’t perform that action at this time.
0 commit comments