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(calledWith) prevent falsy jestAsymmetricMatcher detection for Mock #75

Conversation

s-montigny-desautels
Copy link
Contributor

If a mock was passed to the calledWith function as an argument, it was falsely detected as a Jest Asymmetric Matcher.

This PR change this by using the in keyword, which does not trigger the proxy.

A test has been added to demonstrate the new behavior.

@marchaos marchaos merged commit 50cceb2 into marchaos:master Sep 21, 2021
Beraliv pushed a commit to Beraliv/jest-mock-extended that referenced this pull request May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants