node-qunit
node-qunit copied to clipboard
Implicit and naive cloning of comparable objects causes errors
const object = { get x() { throw 42 }};
assert.equal(object, object); // => Died on test #1: 42