Skip to content

Commit 9ac0464

Browse files
committed
fix: workaround of jest@27
1 parent cd45aa1 commit 9ac0464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
npm cache clean --force
2828
npm ci
2929
npm run build
30-
npm test
30+
npm test -- --forceExit #https://github.com/facebook/jest/issues/9982#issuecomment-758110298
3131
env:
3232
CI: true

0 commit comments

Comments
 (0)