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-runtime): prevent global module registry from leaking into isolateModules registry #10963

Commits on Dec 21, 2020

  1. fix(jest-runtime): prevent global module registry from leaking into i…

    …solated registry
    
    BREAKING CHANGE:
    require statements in isolateModules will always return a fresh instance of imported module
    toomuchdesign committed Dec 21, 2020
    Copy the full SHA
    982159f View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    SimenB committed Dec 21, 2020
    Copy the full SHA
    428b040 View commit details
    Browse the repository at this point in the history