MCPcopy Index your code
hub / github.com/TypeScriptToLua/TypeScriptToLua / Matchers

Interface Matchers

test/setup.ts:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6 namespace jest {
7 // eslint-disable-next-line @typescript-eslint/naming-convention
8 interface Matchers<R, T> {
9 toHaveDiagnostics(expected?: number[]): R;
10 }
11 }
12}
13

Callers 6

expectToHaveDiagnosticsFunction · 0.80
bundle.spec.tsFile · 0.80
parse.spec.tsFile · 0.80
tsconfig.spec.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected