Class default<CustomTags>

The reporter class being called by Jest when supplied as a argument to 'reporters' config option.

Type Parameters

Hierarchy

  • default

Implements

  • Pick<Reporter, "onRunComplete">

Constructors

Properties

compilerOptions: CompilerOptions
options: TsDocTestReporterConfig<CustomTags>
rootDir: string

Methods

  • Attached tags to test results

    Parameters

    • results: AggregatedResult

      Test result without attached tags

    Returns TaggedAggregatedResult

    Test Results with attached tags

  • Runs when all tests are finished and outputs result to specified output file

    Parameters

    • _testContexts: Set<TestContext>

      Internals from Jest, not used for this reporter

    • results: AggregatedResult

      Test Results

    Returns void | Promise<void>

Generated using TypeDoc