Skip to content

Commit

Permalink
fix: workaround of jest@27
Browse files Browse the repository at this point in the history
  • Loading branch information
fengkx committed Jun 2, 2021
1 parent cd45aa1 commit 9ac0464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
npm cache clean --force
npm ci
npm run build
npm test
npm test -- --forceExit #https://github.com/facebook/jest/issues/9982#issuecomment-758110298
env:
CI: true

0 comments on commit 9ac0464

Please sign in to comment.