MCPcopy Index your code
hub / github.com/microsoft/rushstack / ExpectStatic

Interface ExpectStatic

typings/chai/chai.d.ts:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 }
25
26 export interface ExpectStatic extends AssertionStatic {
27 fail(actual?: any, expected?: any, message?: string, operator?: string): void;
28 }
29
30 export interface AssertStatic extends Assert {
31 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected