MskipIf
Bun

method

test.Test.skipIf

condition: boolean
): (label: string, fn: () => void | Promise<unknown> | (done: (err?: unknown) => void) => void, options?: number | TestOptions) => void;

Skips this test, if condition is true.

@param condition

if the test should be skipped