Skip to content

Commit

Permalink
chore: test with code change
Browse files Browse the repository at this point in the history
  • Loading branch information
SagarRajput-7 committed Apr 15, 2024
1 parent 8137ac1 commit 5eac82a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jest-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
# run: cd frontend && npm run lint

- name: npm run test:changedsince
run: cd frontend && npm run test:changedsince
run: cd frontend && npm run i18n:generate-hash && npm run test:changedsince
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": "i18n:generate-hash && jest --changedSince=develop --coverage"
"test:changedsince": "jest --changedSince=develop --coverage"
},
"engines": {
"node": ">=16.15.0"
Expand Down

0 comments on commit 5eac82a

Please sign in to comment.