MCPcopy
hub / github.com/webpack/webpack / Matchers

Interface Matchers

declarations.test.d.ts:18–31  ·  declarations.test.d.ts::Matchers

Source from the content-addressed store, hash-verified

16
17declare namespace jest {
18 interface Matchers<R> {
19 toBeTypeOf: (
20 expected:
21 | class="st">"string"
22 | class="st">"number"
23 | class="st">"bigint"
24 | class="st">"boolean"
25 | class="st">"symbol"
26 | class="st">"undefined"
27 | class="st">"object"
28 | class="st">"function"
29 ) => void;
30 toEndWith: (expected: string) => void;
31 }
32}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected