Commit a047fed
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments