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