Skip to content

Commit

Permalink
fix(ci): fix jest coverage since github workflow (#6735)
Browse files Browse the repository at this point in the history
  • Loading branch information
vikrantgupta25 authored Dec 31, 2024
1 parent 03fb388 commit 05c9dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"husky:configure": "cd .. && husky install frontend/.husky && cd frontend && chmod ug+x .husky/*",
"commitlint": "commitlint --edit $1",
"test": "jest --coverage",
"test:changedsince": "jest --changedSince=develop --coverage --silent"
"test:changedsince": "jest --changedSince=main --coverage --silent"
},
"engines": {
"node": ">=16.15.0"
Expand Down

0 comments on commit 05c9dd6

Please sign in to comment.