MskipIf
Bun

method

test.Describe.skipIf

condition: boolean
): (label: DescribeLabel, fn: () => void) => void;

Skips this group of tests, if condition is true.

@param condition

if these tests should be skipped