assertive
assertive copied to clipboard
New `deepEqual` diff breaks on functions
The nicer diffs look great - but when you compare to a function, it breaks:
assert.equal(function () {}, function () {});
// throws something about trying to call .split on undefined