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

    Type Alias BaseTestCase<OutputGeneric>

    BaseTestCase: { it: string; only?: boolean; skip?: boolean } & RequireExactlyOne<
        { expect: OutputGeneric; throws: ErrorMatchOptions
        | undefined },
    >

    Base test case for itCases.

    Type Parameters

    • OutputGeneric