Skip to content
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

deep flag makes tests fail #387

Closed
lazdmx opened this issue Mar 4, 2015 · 3 comments
Closed

deep flag makes tests fail #387

lazdmx opened this issue Mar 4, 2015 · 3 comments

Comments

@lazdmx
Copy link

lazdmx commented Mar 4, 2015

deep flag makes tests fail under iojs

expect({a: 1}).to.have.deep.property('a') // AssertionError: expected { a: 1 } to have a deep property 'a'
@keithamus
Copy link
Member

Thanks for the issue @lazutkin. I have a feeling this might be fixed by #385 - which hasn't been released yet as a version (it's available in master though).

Could you try checking out the master copy of Chai.js and see if this is still an issue?

@lazdmx
Copy link
Author

lazdmx commented Mar 4, 2015

Yep! There is no problem with master-version

@keithamus
Copy link
Member

@lazutkin if thats the case then I'm sure you'll enjoy the new 2.1.1 release, which incorporates the fix 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants