MCPcopy
hub / github.com/yocontra/react-responsive / MockWindow

Interface MockWindow

test/Component_test.tsx:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import { MatchMediaMock } from 'match-media-mock'
8
9interface MockWindow extends Window {
10 matchMedia: MatchMediaMock
11}
12
13describe('Component', () => {
14 beforeEach(() => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…