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
Maybe this construct isn't even supposed to work but since it's not mentioned in the README I was surprised:
describe "the array ['abc', 'def']", -> array = ['abc', 'def'] it "should include something that contain 'b'", -> array.should.include.something.that.contain('b')
Fails with:
1) the array ['abc', 'def'] should include something that contain 'b': expected 'def' to include 'b'
The text was updated successfully, but these errors were encountered:
I'm afraid this is a similar case like #7. Not sure if it is fixable with the current chai design…
Sorry, something went wrong.
What a shame, because it is such a nice plugin...
Maybe the README should end with a section:
Because of how Chai works internally it is not possible to combine Chai Things in certain ways, see #4, #9.
Yes, I'm afraid that's the best solution. Added in 352aaf6.
No branches or pull requests
Maybe this construct isn't even supposed to work but since it's not mentioned in the README I was surprised:
Fails with:
The text was updated successfully, but these errors were encountered: