todoAsync

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

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

Since

v18.15.0


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