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

feat(@jest/environment, jest-runtime): allow passing a generic type argument to jest.createMockFromModule<T>() method #13202

Merged
merged 17 commits into from Sep 3, 2022

Commits on Aug 31, 2022

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

Commits on Sep 1, 2022

  1. rework generics

    mrazauskas committed Sep 1, 2022
    Copy the full SHA
    3650836 View commit details
    Browse the repository at this point in the history
  2. revert

    mrazauskas committed Sep 1, 2022
    Copy the full SHA
    a9a310c View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. use unknown

    mrazauskas committed Sep 2, 2022
    Copy the full SHA
    8eb8277 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fef1ec0 View commit details
    Browse the repository at this point in the history
  3. fix MockMetadata type

    mrazauskas committed Sep 2, 2022
    Copy the full SHA
    c4cfc83 View commit details
    Browse the repository at this point in the history
  4. clean up

    mrazauskas committed Sep 2, 2022
    Copy the full SHA
    ce1c249 View commit details
    Browse the repository at this point in the history
  5. backwards compatibility

    mrazauskas committed Sep 2, 2022
    Copy the full SHA
    ce353cd View commit details
    Browse the repository at this point in the history
  6. add docs

    mrazauskas committed Sep 2, 2022
    Copy the full SHA
    463667a View commit details
    Browse the repository at this point in the history
  7. clean up

    mrazauskas committed Sep 2, 2022
    Copy the full SHA
    bd687d3 View commit details
    Browse the repository at this point in the history
  8. more clean up

    mrazauskas committed Sep 2, 2022
    Copy the full SHA
    e00c5c4 View commit details
    Browse the repository at this point in the history
  9. add todo

    mrazauskas committed Sep 2, 2022
    Copy the full SHA
    b8dd019 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2022

  1. rebase

    mrazauskas committed Sep 3, 2022
    Copy the full SHA
    6222f5d View commit details
    Browse the repository at this point in the history
  2. add type test

    mrazauskas committed Sep 3, 2022
    Copy the full SHA
    1f0bf66 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4cfc8d6 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8c5ad10 View commit details
    Browse the repository at this point in the history
  5. add changelog entry

    mrazauskas committed Sep 3, 2022
    Copy the full SHA
    af670f7 View commit details
    Browse the repository at this point in the history