Files
2020-12-07 09:31:33 -07:00

12 lines
217 B
TypeScript

import '@testing-library/jest-dom/extend-expect';
window.matchMedia =
window.matchMedia ||
(function () {
return {
matches: false,
addListener() {},
removeListener() {},
};
} as any);