TSuiteFn
Bun

type

test.default.SuiteFn

type SuiteFn = (s: SuiteContext) => void | Promise<void>

The type of a suite test function. The argument to this function is a SuiteContext object.