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