You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some tests in this project use deep-equal module instead of assert.deepEqual(), however deep-equal never throws, it just returns a boolean, so the tests with just deep-equal will never fail. Tests with deep-equal should probably use assert.ok().
The text was updated successfully, but these errors were encountered:
Some tests in this project use
deep-equal
module instead ofassert.deepEqual()
, howeverdeep-equal
never throws, it just returns a boolean, so the tests with justdeep-equal
will never fail. Tests withdeep-equal
should probably useassert.ok()
.The text was updated successfully, but these errors were encountered: