type alias TestContextHookFn
The hook function. The first argument is a TestContext object.
If the hook uses callbacks, the callback function is passed as the second argument.
Definition #
(t: TestContext,done: (result?: any) => void,) => any The hook function. The first argument is a TestContext object.
If the hook uses callbacks, the callback function is passed as the second argument.
(t: TestContext,done: (result?: any) => void,) => any