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

chore(deps): update jest monorepo (major) #30434

Merged
merged 3 commits into from
Feb 15, 2019
Merged

Commits on Feb 15, 2019

  1. chore(deps): update jest monorepo

    renovate-bot authored and jsnajdr committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    b25c473 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60004c2 View commit details
    Browse the repository at this point in the history
  3. Update Jest config files setup

    Migrate `setupTestFrameworkScriptFile` to `setupFilesAfterEnv`: the option got renamed.
    
    Add explicit import of the regenerator runtime. Although we run tests in recent Node and
    don't transpile generators and async/await, some NPM modules (e.g., `@wordpress/api-fetch`)
    are published in transpiled form that depends on the `regeneratorRuntime` global.
    Jest stopped importing the regenerator runtime in v24, so we need to re-add it manually.
    jsnajdr committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    e7fa8af View commit details
    Browse the repository at this point in the history