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