Skip to content

Commit a047fed

Browse files
chargomeclaude
andcommitted
fix(rrvideo): Add --forceExit to jest to prevent CI hang
Jest in rrvideo leaves open handles (likely Playwright browser) that prevent the process from exiting. This blocks the turbo test pipeline indefinitely. Add --forceExit to match common practice for E2E test suites. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7422b2f commit a047fed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/rrvideo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"scripts": {
1515
"install": "playwright install",
1616
"build": "tsc",
17-
"test": "jest",
17+
"test": "jest --forceExit",
1818
"check-types": "tsc -noEmit",
1919
"prepack": "yarn build"
2020
},

0 commit comments

Comments
 (0)