node-qunit icon indicating copy to clipboard operation
node-qunit copied to clipboard

Implicit and naive cloning of comparable objects causes errors

Open zloirock opened this issue 4 years ago • 0 comments

const object = { get x() { throw 42 }};
assert.equal(object, object); // => Died on test #1: 42

zloirock avatar Nov 17 '21 14:11 zloirock