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

assert.deepEqual is not strict #10

Open
yhahn opened this issue Mar 9, 2015 · 2 comments
Open

assert.deepEqual is not strict #10

yhahn opened this issue Mar 9, 2015 · 2 comments

Comments

@yhahn
Copy link
Member

yhahn commented Mar 9, 2015

// doesn't throw
assert.deepEqual(['32'], [32]);

Look into switching to https://github.com/substack/node-deep-equal with opts.strict

@willwhite
Copy link
Contributor

@tmcw
Copy link
Contributor

tmcw commented Mar 9, 2015

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

3 participants