todoAsync
external fun todoAsync(name: String = definedExternally, options: TestOptions = definedExternally, fn: SuiteFn = definedExternally): ERROR CLASS: Symbol not found for Promise<ERROR CLASS: Symbol not found for js.core.Void>(source)
Shorthand for marking a suite as TODO
. This is the same as calling {@link suite} with options.todo
set to true
.
Since
v20.13.0
external fun todoAsync(name: String = definedExternally, fn: SuiteFn = definedExternally): ERROR CLASS: Symbol not found for Promise<ERROR CLASS: Symbol not found for js.core.Void>(source)
external fun todoAsync(options: TestOptions = definedExternally, fn: SuiteFn = definedExternally): ERROR CLASS: Symbol not found for Promise<ERROR CLASS: Symbol not found for js.core.Void>(source)