BUPKIS
    Preparing search index...

    Interface PropertyTestConfigVariantAsyncGenerators

    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.

    interface PropertyTestConfigVariantAsyncGenerators {
        async: true;
        generators: GeneratorParams;
        numRuns?: undefined;
        runSize?: "small" | "medium" | "large";
    }

    Hierarchy (View Summary)

    Index

    Properties

    async: true
    generators: GeneratorParams
    numRuns?: undefined

    Number of runs before success: 100 by default

    Since 1.0.0

    runSize?: "small" | "medium" | "large"