Shorthand for marking a suite as TODO
. This is the same as calling suite with options.todo
set to true
.
function
test.suite.todo
name?: string,
options?: TestOptions,
fn?: SuiteFn
): Promise<void>;
name?: string,
fn?: SuiteFn
): Promise<void>;
Shorthand for marking a suite as TODO
. This is the same as calling suite with options.todo
set to true
.
options?: TestOptions,
fn?: SuiteFn
): Promise<void>;
Shorthand for marking a suite as TODO
. This is the same as calling suite with options.todo
set to true
.
fn?: SuiteFn
): Promise<void>;
Shorthand for marking a suite as TODO
. This is the same as calling suite with options.todo
set to true
.