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-mock): do not restore mocks when jest.resetAllMocks() is called #13866

Commits on Feb 7, 2023

  1. Copy the full SHA
    c971ab1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8e5b4c6 View commit details
    Browse the repository at this point in the history
  3. more tests

    mrazauskas committed Feb 7, 2023
    Copy the full SHA
    bcc33cf View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. rebase

    mrazauskas committed Feb 8, 2023
    Copy the full SHA
    ae5ec45 View commit details
    Browse the repository at this point in the history
  2. fix?

    mrazauskas committed Feb 8, 2023
    Copy the full SHA
    aaedbfc View commit details
    Browse the repository at this point in the history
  3. better call mockReset()

    mrazauskas committed Feb 8, 2023
    Copy the full SHA
    d2f0dd8 View commit details
    Browse the repository at this point in the history
  4. handle property accessors

    mrazauskas committed Feb 8, 2023
    Copy the full SHA
    18877e4 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    7c37365 View commit details
    Browse the repository at this point in the history
  6. refactor methods

    mrazauskas committed Feb 8, 2023
    Copy the full SHA
    2da3e7c View commit details
    Browse the repository at this point in the history
  7. cleaner

    mrazauskas committed Feb 8, 2023
    Copy the full SHA
    76d6f00 View commit details
    Browse the repository at this point in the history
  8. add changelog entry

    mrazauskas committed Feb 8, 2023
    Copy the full SHA
    25df462 View commit details
    Browse the repository at this point in the history
  9. revert "refactor methods"

    mrazauskas committed Feb 8, 2023
    Copy the full SHA
    4ca3ae2 View commit details
    Browse the repository at this point in the history
  10. use optional chaining

    mrazauskas committed Feb 8, 2023
    Copy the full SHA
    4658081 View commit details
    Browse the repository at this point in the history
  11. dispose state

    mrazauskas committed Feb 8, 2023
    Copy the full SHA
    88fef34 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    4991bea View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

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