There was an error while loading. Please reload this page.
ctx.skip()
never
1 parent 419315b commit 09f3530Copy full SHA for 09f3530
1 file changed
packages/runner/src/types/tasks.ts
@@ -654,7 +654,7 @@ export interface TestContext {
654
* Mark tests as skipped. All execution after this call will be skipped.
655
* This function throws an error, so make sure you are not catching it accidentally.
656
*/
657
- skip: (note?: string) => void
+ skip: (note?: string) => never
658
}
659
660
/**
0 commit comments