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

Copy deepStrictEqual and notDeepStrictEqual from node. #930

Closed
kellyselden opened this issue Feb 14, 2016 · 2 comments
Closed

Copy deepStrictEqual and notDeepStrictEqual from node. #930

kellyselden opened this issue Feb 14, 2016 · 2 comments

Comments

@kellyselden
Copy link

I currently polyfill these in my browser tests. It would be great if QUnit shared these functions. Added here.

@kellyselden
Copy link
Author

After looking through the code, it looks like the deep functions are using strict. Interesting...

@leobalter
Copy link
Member

👍

We also have plans to replace the internal implementation of deepEqual, potentially using LoDash's isEqual: #865

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

No branches or pull requests

3 participants