skip

suspend fun skip(name: String = undefined.unsafeCast<Nothing>(), options: TestOptions = undefined.unsafeCast<Nothing>(), fn: TestFn = undefined.unsafeCast<Nothing>()): Void(source)
suspend fun skip(name: String = undefined.unsafeCast<Nothing>(), fn: TestFn = undefined.unsafeCast<Nothing>()): Void(source)
suspend fun skip(options: TestOptions = undefined.unsafeCast<Nothing>(), fn: TestFn = undefined.unsafeCast<Nothing>()): Void(source)
suspend fun skip(fn: TestFn = undefined.unsafeCast<Nothing>()): Void(source)
suspend fun skip(): Void(source)