Type Alias: GlobalAsyncPropertyHookFunction
GlobalAsyncPropertyHookFunction = (() =>
Promise<unknown>) | (() =>void)
Defined in: packages/fast-check/src/check/runner/configuration/GlobalParameters.ts:18
Type of legal hook function that can be used in the global parameter asyncBeforeEach and/or asyncAfterEach
Remarks
Since 2.3.0