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