MCPcopy
hub / github.com/primer/react / Matchers

Interface Matchers

packages/react/src/utils/testing.tsx:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 namespace jest {
20 // eslint-disable-next-line @typescript-eslint/no-unused-vars
21 interface Matchers<R> {
22 toImplementSxBehavior: () => boolean
23 toSetExports: (exports: Record<string, string>) => boolean
24 }
25 }
26}
27

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected