We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43c789e commit d2c279fCopy full SHA for d2c279f
src/setup-tests.js
@@ -14,7 +14,3 @@ import dom from "./core/dom";
14
dom.is_visible = (el) => {
15
return !el.hidden;
16
};
17
-
18
-HTMLDialogElement.prototype.close = jest.fn().mockImplementation(function () {
19
- this.open = false;
20
-});
0 commit comments