skipAsync
external fun skipAsync(name: String = definedExternally, options: TestOptions = definedExternally, fn: TestFn = definedExternally): ERROR CLASS: Symbol not found for Promise<ERROR CLASS: Symbol not found for js.core.Void>(source)
Shorthand for skipping a test. This is the same as calling {@link test} with options.skip
set to true
.
Since
v20.2.0
external fun skipAsync(name: String = definedExternally, fn: TestFn = definedExternally): ERROR CLASS: Symbol not found for Promise<ERROR CLASS: Symbol not found for js.core.Void>(source)
external fun skipAsync(options: TestOptions = definedExternally, fn: TestFn = definedExternally): ERROR CLASS: Symbol not found for Promise<ERROR CLASS: Symbol not found for js.core.Void>(source)