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 equality check for collection membership #227

Closed
wants to merge 1 commit into from

Conversation

duncanbeevers
Copy link
Contributor

Support deep equality comparison for collection membership.

expect([{ id: 1 }, { id: 2 }]).to.have.deep.members([{ id: 1 }, { id: 2 }])

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling f8c0e56 on duncanbeevers:deep_members into 564af34 on chaijs:master.

@duncanbeevers duncanbeevers deleted the deep_members branch December 27, 2013 18:23
@duncanbeevers
Copy link
Contributor Author

Apologies, I left a console.log call in here. It's fixed in #228

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

Successfully merging this pull request may close these issues.

2 participants