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