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: stop changing the behaviour of spies on mockFn.mockReset #13692

Merged
merged 11 commits into from Jan 6, 2023

Commits on Dec 23, 2022

  1. resetMock now returns original value instead of undefined

    felipe.richter committed Dec 23, 2022
    Copy the full SHA
    da7cb94 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. reset all gives back the previous state

    felipe.richter committed Jan 2, 2023
    Copy the full SHA
    a7efd83 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Copy the full SHA
    72c5ab4 View commit details
    Browse the repository at this point in the history
  2. add e2e mock reset test

    felipe.richter committed Jan 3, 2023
    Copy the full SHA
    f86aa23 View commit details
    Browse the repository at this point in the history
  3. update changelog

    felipe.richter committed Jan 3, 2023
    Copy the full SHA
    cda42a3 View commit details
    Browse the repository at this point in the history
  4. update docs

    felipe.richter committed Jan 3, 2023
    Copy the full SHA
    c92375f View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Copy the full SHA
    c85c62e View commit details
    Browse the repository at this point in the history
  2. move changelog entry

    SimenB committed Jan 4, 2023
    Copy the full SHA
    36b8ac7 View commit details
    Browse the repository at this point in the history
  3. resolves type conflict

    felipe.richter committed Jan 4, 2023
    Copy the full SHA
    961c562 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. change e2e to unit test

    feliperli committed Jan 6, 2023
    Copy the full SHA
    69cdb87 View commit details
    Browse the repository at this point in the history
  2. adjust to moduleMocker

    feliperli committed Jan 6, 2023
    Copy the full SHA
    ba31a1f View commit details
    Browse the repository at this point in the history