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