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