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 2cc5f62 commit 9b1d77bCopy full SHA for 9b1d77b
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
- addEventListener: () => {},
32
- removeEventListener: () => {}
+ addListener: () => {},
+ removeListener: () => {}
33
});
34
35
// Ignore not implemented errors
0 commit comments