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