describeAsync

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

Alias for {@link suite}.

The describe() function is imported from the node:test module.


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