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