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