Skip to content

Commit d2c279f

Browse files
committed
maint: HTMLDialogElement support not in @patternslib/dev 2.7.0.
1 parent 43c789e commit d2c279f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/setup-tests.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,3 @@ import dom from "./core/dom";
1414
dom.is_visible = (el) => {
1515
return !el.hidden;
1616
};
17-
18-
HTMLDialogElement.prototype.close = jest.fn().mockImplementation(function () {
19-
this.open = false;
20-
});

0 commit comments

Comments
 (0)