UNPKG

mock-match-media

Version:

mock window.matchMedia for tests or node

12 lines (9 loc) 210 B
const { cleanup } = require("./"); require("./polyfill"); if (typeof process === "undefined") { if (typeof afterEach === "function") { afterEach(() => { cleanup(); }); } }