Improve test coverage in core/isEqual.js #97
Labels
effort: moderate
The issue will probably take a single contributor one or two days of work to resolve.
meta: good first issue
The issue is especially suitable for first-time contributors.
type: stability
The issue pertains to automated testing or other tools for verifying code correctness.
The functions in this module do already have some tests, but they are not adequately exhaustive for such a complicated and commonly needed function. Additional test cases, especially for
isEqual
, and especially for odd inputs that I wouldn't have anticipated when I wrote the implementation, would be very valuable.Ideally this task won't uncover any undesirable behavior but, if it does, please let me know so we can discuss the best way to fix it.
(Desirable behavior is defined as the function not failing with errors, and always returning the least astonishing answer.)
The text was updated successfully, but these errors were encountered: