-
Notifications
You must be signed in to change notification settings - Fork 39
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: interoperability with @golevelup/ts-jest #89
Comments
Same thing with jest-mock-extended. I think you should check more strictly, like |
Can someone make a PR with test for this pls? |
PR made: #93 |
timkindberg
added a commit
that referenced
this issue
Feb 7, 2022
Sorry for the delay... I didn't fully understand this one because I don't use either of these two libraries so I needed some extra time to review. It's in v3.5.1. |
Brilliant, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! 👋
I had a problem using
createMock
from@golevelup/ts-jest
because it uses proxies to fake properties, and the test below against_isAllArgsFunctionMatcher
gives a false positive (returns a jest.fn() instance).Here is the diff that solved my problem:
The text was updated successfully, but these errors were encountered: