Skip to main content

function default.describe.todo

Overload 1

#todo(
name?: string,
options?: TestOptions,
fn?: SuiteFn,
): Promise<void>

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

Parameters #

#name: string
optional
#options: TestOptions
optional
#fn: SuiteFn
optional

Return Type #

Promise<void>

Overload 2

#todo(
name?: string,
fn?: SuiteFn,
): Promise<void>

Parameters #

#name: string
optional
#fn: SuiteFn
optional

Return Type #

Promise<void>

Overload 3

#todo(
options?: TestOptions,
fn?: SuiteFn,
): Promise<void>

Parameters #

#options: TestOptions
optional
#fn: SuiteFn
optional

Return Type #

Promise<void>

Overload 4

#todo(fn?: SuiteFn): Promise<void>

Parameters #

#fn: SuiteFn
optional

Return Type #

Promise<void>

Did you find what you needed?

Privacy policy