Skip to content

Commit

Permalink
chore: fixed package script
Browse files Browse the repository at this point in the history
  • Loading branch information
SagarRajput-7 committed Apr 15, 2024
1 parent 01160bc commit abc7c9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/jest-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ jobs:
- name: Install dependencies
run: cd frontend && yarn install

# - name: Run Jest with Coverage
# run: |
# cd frontend && npm test --silent --coverageReporters text --coverageReporters json-summary --changedSince=origin/develop --passWithNoTests --maxWorkers=5 --ci --testResultsProcessor="jest-junit"

# yarn custom-coverage --verbose

- name: npm test-run-changed
run: cd frontend && npm run test-changedsince

Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"commitlint": "commitlint --edit $1",
"test": "jest --coverage",
"test:onlychanged": "jest --onlyChanged --coverage",
"test-changedsince": "jest --changedSince=develop --coverage"
"test-changedsince": "jest --changedSince=develop^ --coverage"
},
"engines": {
"node": ">=16.15.0"
Expand Down

0 comments on commit abc7c9b

Please sign in to comment.