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 e326597 commit 0584c75Copy full SHA for 0584c75
admin-js/tests/setupTests.jsx
@@ -28,8 +28,8 @@ global.structuredClone = structuredClone.default;
28
// To render full-width
29
window.matchMedia = (query) => ({
30
matches: true,
31
- addListener: () => {},
32
- removeListener: () => {}
+ addEventListener: () => {},
+ removeEventListener: () => {}
33
});
34
35
// Ignore not implemented errors
0 commit comments