skipAsync

external fun skipAsync(name: String = definedExternally, options: TestOptions = definedExternally, fn: TestFn = definedExternally): Promise<Void>(source)

Shorthand for skipping a test. This is the same as calling {@link it} with options.skip set to true.


external fun skipAsync(name: String = definedExternally, fn: TestFn = definedExternally): Promise<Void>(source)
external fun skipAsync(options: TestOptions = definedExternally, fn: TestFn = definedExternally): Promise<Void>(source)
external fun skipAsync(fn: TestFn = definedExternally): Promise<Void>(source)
external fun skipAsync(): Promise<Void>(source)