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
This doesn't seem to be allowed:
myfunc.draw.should.have.been.called();
Although plain chai seems to support it. The downside of this:
myfunc.draw.should.have.been.called;
is that JSHint doesn't like it.. am I missing something?
The text was updated successfully, but these errors were encountered:
Could be an error in docs. They used to support this syntax, but then dropped it in 2.0: chaijs/chai#371 (comment)
Some more info: chaijs/chai#690 (comment)
Sorry, something went wrong.
Got it! Thanks
No branches or pull requests
This doesn't seem to be allowed:
Although plain chai seems to support it. The downside of this:
is that JSHint doesn't like it.. am I missing something?
The text was updated successfully, but these errors were encountered: