fix(ci): fix jest coverage since github workflow (#6735)

This commit is contained in:
Vikrant Gupta 2024-12-31 18:43:29 +05:30 committed by GitHub
parent 03fb388cd1
commit 05c9dd68dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"