We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd45aa1 commit 9ac0464Copy full SHA for 9ac0464
.github/workflows/test.yml
@@ -27,6 +27,6 @@ jobs:
27
npm cache clean --force
28
npm ci
29
npm run build
30
- npm test
+ npm test -- --forceExit #https://github.com/facebook/jest/issues/9982#issuecomment-758110298
31
env:
32
CI: true
0 commit comments