| 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected