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

deepEqual doesn't work on Maps or Sets #306

Open
hildjj opened this issue Sep 21, 2015 · 0 comments
Open

deepEqual doesn't work on Maps or Sets #306

hildjj opened this issue Sep 21, 2015 · 0 comments

Comments

@hildjj
Copy link

hildjj commented Sep 21, 2015

var nodeunit = require('nodeunit');
nodeunit.assert.deepEqual(new Map([[1,2]]), new Map([[3,4]]));
// expected: exception
nodeunit.assert.deepEqual(new Set([1]), new Set([2]));
// expected: exception
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

1 participant