The type of a suite test function. The argument to this function is a SuiteContext object.
type
test.default.SuiteFn
type SuiteFn = (s: SuiteContext) => void | Promise<void>
type
The type of a suite test function. The argument to this function is a SuiteContext object.