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
On the page https://jasmine.github.io/api/edge/matchers.html there is mention of the withContext matcher method.
withContext
There is no example on it. It'd be helpful if there were.
In here: https://github.com/jasmine/jasmine/blob/6941bde7e25aaa1a3c93b99bdf5650b9b61f16e4/src/core/Expectation.js#L26
The text was updated successfully, but these errors were encountered:
jasmine/jasmine@8cd7c94
Thanks, @sgravrock!
Sorry, something went wrong.
Added a jsdoc example for withContext()
2e911f1
Fixes jasmine/jasmine.github.io#166
No branches or pull requests
On the page https://jasmine.github.io/api/edge/matchers.html there is mention of the
withContext
matcher method.There is no example on it. It'd be helpful if there were.
In here: https://github.com/jasmine/jasmine/blob/6941bde7e25aaa1a3c93b99bdf5650b9b61f16e4/src/core/Expectation.js#L26
The text was updated successfully, but these errors were encountered: