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

Prevent Jest from injecting globals #493

Merged
merged 2 commits into from Oct 6, 2020
Merged

Commits on Oct 6, 2020

  1. Upgrade Jest version

    Use the new release with a fix for
    jestjs/jest#10600.
    Vinnl committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    709114c View commit details
    Browse the repository at this point in the history
  2. Prevent Jest from injecting globals

    Since 9cc1379, Jest supports
    disabling the injection of globals. This makes tests easier to
    follow, and ensures that all types can be properly checked as well.
    
    (Unfortunately this also exposed a flaw in Jest's type definitions,
    which I've fixed here but which isn't released yet:
    jestjs/jest#10600)
    Vinnl committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    80d6317 View commit details
    Browse the repository at this point in the history