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

Instanceof-Operator: (instance(mock(MyClass)) instanceof MyClass) is false. #37

Open
Hirschfuchs opened this issue May 16, 2023 · 1 comment

Comments

@Hirschfuchs
Copy link

As mentioned in NagRock#204 it is not possible to use the „instanceof“ operator on an instance of a mock. There are workarounds but the native functionality would be nice.

Example:
const mockedInstanceOfMyClass = instance(mock(MyClass)) console.log(mockedInstanceOfMyClass instanceof MyClass) // false, should be true

@roypeled
Copy link
Collaborator

Can you provide with a code sample of usage? I want to provide the solution but it depends on the ergonomics of the usage.

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

No branches or pull requests

2 participants