Package detail

equal-pmb

mk-pmb14ISC0.1.28

Expect two values to be equal, for whatever latest notion of equality.

assert, equality, unit testing

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