Skip to content

Adopt jest 30.4.0 --collect-tests flag and workerGracefulExitTimeout #1573

Description

@steilerDev

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`

Metadata

Metadata

Assignees

No one assigned

    Projects

    Status
    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions