Type Alias HookFunction

HookFunction: (this: World, context: TestCaseContext) => Promisable<void>

A function to be executed as a hook.

Type declaration

Can optionally return a promise, which will duly be awaited. The actual returned/resolved value is not read.