todoAsync

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

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


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