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

[Feature]: add isolateModulesAsync #13680

Merged
merged 14 commits into from Dec 31, 2022
Merged

Commits on Dec 16, 2022

  1. feat: add isolateModulesAsync

    Introduce `jest.isolateModulesAsync`, the async equivalent of `jest.isolateModules`.
    CircleCI committed Dec 16, 2022
    Copy the full SHA
    c0e975e View commit details
    Browse the repository at this point in the history
  2. chore: update CHANGELOG

    CircleCI committed Dec 16, 2022
    Copy the full SHA
    e688b0e View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Update packages/jest-runtime/src/index.ts

    Co-authored-by: Tom Mrazauskas <tom@mrazauskas.de>
    Michele Mancioppi and mrazauskas committed Dec 19, 2022
    Copy the full SHA
    c45aaa9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b53d9da View commit details
    Browse the repository at this point in the history
  3. Update packages/jest-types/__typetests__/jest.test.ts

    Co-authored-by: Tom Mrazauskas <tom@mrazauskas.de>
    Michele Mancioppi and mrazauskas committed Dec 19, 2022
    Copy the full SHA
    442588b View commit details
    Browse the repository at this point in the history
  4. change isolateModulesAsync to return Promise<void>

    CircleCI committed Dec 19, 2022
    Copy the full SHA
    5810116 View commit details
    Browse the repository at this point in the history
  5. lint

    CircleCI committed Dec 19, 2022
    Copy the full SHA
    de40383 View commit details
    Browse the repository at this point in the history
  6. add website docs for isolateModulesAsync

    CircleCI committed Dec 19, 2022
    Copy the full SHA
    f88db2b View commit details
    Browse the repository at this point in the history
  7. fix unit test to accept new error message

    CircleCI committed Dec 19, 2022
    Copy the full SHA
    18405a8 View commit details
    Browse the repository at this point in the history
  8. lint

    CircleCI committed Dec 19, 2022
    Copy the full SHA
    4045eb7 View commit details
    Browse the repository at this point in the history
  9. test sync callbacks, add docu and type test

    CircleCI committed Dec 19, 2022
    Copy the full SHA
    36c138e View commit details
    Browse the repository at this point in the history
  10. Update docs/JestObjectAPI.md

    Co-authored-by: Tom Mrazauskas <tom@mrazauskas.de>
    Michele Mancioppi and mrazauskas committed Dec 19, 2022
    Copy the full SHA
    326fa10 View commit details
    Browse the repository at this point in the history
  11. remove support for synchronous callbacks

    CircleCI committed Dec 19, 2022
    Copy the full SHA
    f85df7f View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2022

  1. Copy the full SHA
    c4b488e View commit details
    Browse the repository at this point in the history