Files

10 lines
199 B
TypeScript

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