Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(jest-core): always use workers in watch mode #14059

Merged
merged 4 commits into from Apr 15, 2023

Commits on Apr 6, 2023

  1. fix(jest-core): always use workers in watch mode

    The comment here already said one good reason to do this; another is
    that if the test hard-crashes (e.g. an async error after it completes)
    then using workers allows us to still watch for changes (perhaps to fix
    that crash). So now we just always use workers in watch mode; this
    probably worsens startup time slightly but for watch mode that's
    hopefully not as much of a problem.
    
    Fixes jestjs#13996.
    benjaminjkraft committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    537d213 View commit details
    Browse the repository at this point in the history
  2. link in changelog

    benjaminjkraft committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    9d42aec View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. reword comments

    benjaminjkraft committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    8ce260c View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

  1. Configuration menu
    Copy the full SHA
    22c397a View commit details
    Browse the repository at this point in the history