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

    Type Alias BaseFunctionWithContext

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

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

    Type Declaration