Type Alias BaseTestCase<OutputGeneric>

BaseTestCase: { it: string; only?: boolean; skip?: boolean } & (
    { expect: OutputGeneric }
    | { throws: ErrorMatchOptions | undefined }
)

Base test case for itCases.

Type Parameters

  • OutputGeneric