Variant configuration for async assertions using generator-based input.
Identical to PropertyTestConfigVariantSyncGenerators but with async: true, indicating that expectAsync should be used instead of expect.
async: true
expectAsync
expect
Optional
Number of runs before success: 100 by default
Since 1.0.0
Type of random number generator to use.
Omits ability to provide a builder function from pure-rand to avoid entraining a direct production dependency on pure-rand.
pure-rand
Variant configuration for async assertions using generator-based input.
Identical to PropertyTestConfigVariantSyncGenerators but with
async: true, indicating thatexpectAsyncshould be used instead ofexpect.