Chai Hiff
HTML matching assertions for Chai.js.
Installation
npm i --save-dev chai-hiff
;; chai;
API
.hiffEqual(expected)
Expect the expected
to equal the actual
.
to;
.not.hiffEqual(expected)
Expect the expected
to not equal the actual
.
to;
.hiff.equal(expected)
Expect the expected
to equal the actual
.
tohiff;
.not.hiff.equal(expected)
Expect the expected
to not equal the actual
.
tonothiff;