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