Node assert with support for Maps and Sets
$ npm install [--save-dev] assert6
assert6
has the same api as the built-in assert
with a few additional
methods. The main difference is that assert.deepEqual
and
assert.deepStrictEqual
work for Maps and Sets.
Evan Lucas
MIT (See LICENSE
for more info)