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