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