-
Notifications
You must be signed in to change notification settings - Fork 109
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
have.deep.property does not work #5
Comments
Nice catch, thank you. The problem is that I don't transfer the Currently I transfer the In the meantime I'll write some failing tests. |
Related to GH-5. These will require some Chai support in order to get a good fix in.
This will help more directly with #66 and with chaijs/chai-as-promised#5.
This is fixed, but the test suite does not pass yet due to a bug in Chai 1.0.2 (fixed in chaijs/chai@db98bd6), so I will not release a new version to npm quite yet. But, Chai 1.0.3 should be out very shortly, and with it, Chai as Promised 3.2.0. |
Nice, thanks for such a quick reaction, @domenic ! |
The following code snippet fails when run in Mocha:
I am getting "expected { a: { b: 2 } } to have a property 'a.b'". When I try
it works fine.
Q promises (Kriskowal) fail as well.
The text was updated successfully, but these errors were encountered: