We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b0fc5e commit 4bcc288Copy full SHA for 4bcc288
tests/compat/tests.js
@@ -1677,7 +1677,7 @@ GLOBAL.tests = {
1677
return PROTOTYPE_SETTING_AVAILABLE &&
1678
(typeof DOMException != 'function' || Error.isError(new DOMException('DOMException'))) &&
1679
Error.isError(new Error('Error', { cause: function () { /* empty */ } })) &&
1680
- Error.isError(Object.create(Error.prototype));
+ !Error.isError(Object.create(Error.prototype));
1681
},
1682
'esnext.function.demethodize': function () {
1683
return Function.prototype.demethodize;
0 commit comments