MtodoIf
Bun

method

test.Describe.todoIf

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

Marks this group of tests as to be written or to be fixed, if condition is true.

@param condition

if these tests should be skipped