augment-vir - v31.13.0
    Preparing search index...

    Type Alias BaseFunctionWithContext

    BaseFunctionWithContext: (
        testContext: UniversalTestContext,
        ...args: any[],
    ) => any

    Base function under test type for all test cases that pass in the test context.

    Type declaration