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
Variant configuration for async assertions using generator-based input.
Identical to PropertyTestConfigVariantSyncGenerators but with
async: true, indicating thatexpectAsyncshould be used instead ofexpect.