(cb: (t: ExecutionContext<Context>) => Promise<void>)
| 109 | |
| 110 | beforeAll(cb: (t: ExecutionContext<Context>) => Promise<void>): void; |
| 111 | beforeEach(cb: (t: ExecutionContext<Context>) => Promise<void>): void; |
| 112 | context<T extends object | void>( |
| 113 | cb: (t: ExecutionContext<Context>) => Promise<T> |
| 114 | ): TestInterface<Context & T>; |
no outgoing calls
no test coverage detected