if

Bun

Symbol

Describe.if

if(condition: boolean): (label: string, 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