(title: string, cb: (test: TestInterface<Context>) => void)
| 113 | cb: (t: ExecutionContext<Context>) => Promise<T> |
| 114 | ): TestInterface<Context & T>; |
| 115 | suite(title: string, cb: (test: TestInterface<Context>) => void): void; |
| 116 | |
| 117 | runSerially(): void; |
| 118 |
no outgoing calls