We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The method jasmine.isSpy attempts to access "well known" members on omnimock:
https://github.com/jasmine/jasmine/blob/89331bb1bbda9a86f8eea7db43ee8605b414bff1/src/core/base.js#L347
Add and to the properties whitelist.
and
The text was updated successfully, but these errors were encountered:
To investigate: just return undefined on unexpected property accesses.
Sorry, something went wrong.
Another workaround for this is to stop using jasmine expect since it's crap and instead expose an equivalent feature directly from omnimock.
expect
No branches or pull requests
The method jasmine.isSpy attempts to access "well known" members on omnimock:
https://github.com/jasmine/jasmine/blob/89331bb1bbda9a86f8eea7db43ee8605b414bff1/src/core/base.js#L347
Add
and
to the properties whitelist.The text was updated successfully, but these errors were encountered: