equal-pmb
v0.1.28
Published
Expect two values to be equal, for whatever latest notion of equality.
Downloads
168
Readme
equal-pmb
Expect two values to be equal, for whatever latest notion of equality.
Most of my unit tests are about comparing actual results with expectations, so I want a central place (this module) to maintain a code description of my latest notion of JavaScript value equality.
Usage
see test/usage.js
Caveats
NaN
is treated as self-equal for top-level values. I consider this a feature. Future versions may treat it self-equal even when deep-comparing containers.
License
ISC