| 7 | import { MatchMediaMock } from 'match-media-mock' |
| 8 | |
| 9 | interface MockWindow extends Window { |
| 10 | matchMedia: MatchMediaMock |
| 11 | } |
| 12 | |
| 13 | describe('Component', () => { |
| 14 | beforeEach(() => { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…