(title: string, implementation: Implementation<Context>)
| 75 | //#endregion |
| 76 | |
| 77 | serial(title: string, implementation: Implementation<Context>): void; |
| 78 | /** Declare a concurrent test that uses one or more macros. Additional arguments are passed to the macro. */ |
| 79 | serial<T extends any[]>( |
| 80 | title: string, |
no outgoing calls
no test coverage detected