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

Update Jest and remove hacks #11372

Merged
merged 3 commits into from
Oct 26, 2017
Merged

Update Jest and remove hacks #11372

merged 3 commits into from
Oct 26, 2017

Commits on Oct 26, 2017

  1. Update Jest

    gaearon committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    90d8717 View commit details
    Browse the repository at this point in the history
  2. Remove hacks for Jest + Workspace integration

    They were fixed by jestjs/jest#4761.
    gaearon committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    0fa33ff View commit details
    Browse the repository at this point in the history
  3. Use relative requires in tests relying on private APIs

    I changed them to absolute to work around a Jest bug.
    The bug has been fixed so I can revert my past changes now.
    gaearon committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    07a6588 View commit details
    Browse the repository at this point in the history