skipAsync

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

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

Since

v18.15.0


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