Mif
Bun

method

test.Describe.if

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

Runs this group of tests, only if condition is true.

This is the opposite of describe.skipIf().

@param condition

if these tests should run