API Reference | fast-check | Property based testing framework
Preparing search index...
EntityGraphArbitraries
Type Alias EntityGraphArbitraries<TEntityFields>
EntityGraphArbitraries
:
{
[
TEntityName
in
keyof
TEntityFields
]
:
ArbitraryStructure
<
TEntityFields
[
TEntityName
]
,
>
}
The type definition for the arbitraries (first argument) passed to
entityGraph
Type Parameters
TEntityFields
Remarks
Since 4.5.0
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
API Reference | fast-check | Property based testing framework
Loading...
The type definition for the arbitraries (first argument) passed to entityGraph