(title: string, implementation: Implementation<Context>)
| 87 | ...rest: T |
| 88 | ): void; |
| 89 | skip(title: string, implementation: Implementation<Context>): void; |
| 90 | /** Declare a concurrent test that uses one or more macros. Additional arguments are passed to the macro. */ |
| 91 | skip<T extends any[]>( |
| 92 | title: string, |