Context
The jest bump from 30.3.0 → 30.4.2 (merged in PR #1511) introduced runner enhancements that could improve our local test loop.
Opportunities
--collect-tests CLI flag — discover tests without executing them. Useful for CI sanity checks, change-detection scripts, or producing test-file inventories without paying the runtime cost.
workerGracefulExitTimeout config — tune how long Jest waits for workers to shut down cleanly. Could reduce flakiness in environments where workers occasionally hang on file-watcher cleanup (sandbox CI runs sometimes show this pattern).
References
🤖 Filed by `/dependabot`
Context
The
jestbump from 30.3.0 → 30.4.2 (merged in PR #1511) introduced runner enhancements that could improve our local test loop.Opportunities
--collect-testsCLI flag — discover tests without executing them. Useful for CI sanity checks, change-detection scripts, or producing test-file inventories without paying the runtime cost.workerGracefulExitTimeoutconfig — tune how long Jest waits for workers to shut down cleanly. Could reduce flakiness in environments where workers occasionally hang on file-watcher cleanup (sandbox CI runs sometimes show this pattern).References
🤖 Filed by `/dependabot`