is-equal-shallow
is-equal-shallow copied to clipboard
Made tests work
For me (should 13.2.1), all tests always pass. Even when I trash the implementation.
It seems ….should.be.true returns a function. Calling that function makes the tests behave as expected for me.
It seems ….should.be.true returns a function. Calling that function makes the tests behave as expected for me.
a previous version of should used that format.
A previous version of should use the format without the call?
I npm installed, and received (and tested with) should version 13.2.1.
Sorry I was just clarifying why the methods were written that way previously. Thank you for the PR, I’ll merge ASAP