-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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: mocking of getters/setters on automatically mocked classes #13391
Conversation
# Conflicts: # packages/jest-mock/src/index.ts
Co-authored-by: Tom Mrazauskas <tom@mrazauskas.de>
…functions being mocked as accessor objects.
# Conflicts: # yarn.lock
…Mocker.spyOn() refactoring
can you revert my revert (52d45be) then add the fix on top? should be easier to look at the fix that way 🙂 |
okay, I'll close this request off then, and start a new branch from the latest main to revert the revert |
thanks! |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This is a new pull request to complete #13145, which was prematurely closed.