Type Alias: PropertyHookFunction
PropertyHookFunction = (
globalHookFunction) =>void
Defined in: packages/fast-check/src/check/property/Property.generic.ts:23
Type of legal hook function that can be used to call beforeEach or afterEach
on a IPropertyWithHooks
Parameters
| Parameter | Type |
|---|---|
globalHookFunction | GlobalPropertyHookFunction |
Returns
void
Remarks
Since 2.2.0