todoIf

Bun

Symbol

Describe.todoIf

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