-
Notifications
You must be signed in to change notification settings - Fork 16
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
assert support is missing #6
Comments
Hey, thanks for trying to use the plugin, and for reporting this! As you noticed, I just started this, it's not even on the npm repository yet! |
Yes, I noticed you just started it, but I ran into it googling for chai integration with Immutable.js and I figured I'd give you the feedback. Thanks for looking into this! |
And I thank you for your feedback :-) |
Hey @faassen! 1bcfae6 adds support for I am leaving this issue open until I add support of |
Actually, adding support for I close the issue because it seems to me that everything is covered for now. I'll reopen if you tell me that it doesn't match your expectations or doesn't work or needs more assertions. |
Well actually (bis), I just published this support in version Thanks! |
I tried to use this plugin but was confused why it didn't work for "assert.equal". It turns out you need to install a bridging function on the "assert" object, see this mailing list entry:
https://groups.google.com/forum/#!topic/chaijs/Dwnbsbe0C70
I tried the following:
and now it works. The same should be done with the other overrides.
The text was updated successfully, but these errors were encountered: