Sha256: 45d0cb97f71ad1fd0688b8a95c2a2b3cce347cd458ec365af4079c0273b49dc6

Contents?: true

Size: 915 Bytes

Versions: 6

Compression:

Stored size: 915 Bytes

Contents

/**
 * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */
import type { AggregatedResult } from '@jest/test-result';
import type { Config } from '@jest/types';
import BaseReporter from './BaseReporter';
import type { Context, ReporterOnStartOptions } from './types';
export default class SummaryReporter extends BaseReporter {
    private _estimatedTime;
    private _globalConfig;
    static readonly filename: string;
    constructor(globalConfig: Config.GlobalConfig);
    private _write;
    onRunStart(aggregatedResults: AggregatedResult, options: ReporterOnStartOptions): void;
    onRunComplete(contexts: Set<Context>, aggregatedResults: AggregatedResult): void;
    private _printSnapshotSummary;
    private _printSummary;
    private _getTestSummary;
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
decidim-0.27.1 packages/webpacker/node_modules/@jest/reporters/build/SummaryReporter.d.ts
decidim-0.26.4 packages/webpacker/node_modules/@jest/reporters/build/SummaryReporter.d.ts
decidim-0.27.0 packages/webpacker/node_modules/@jest/reporters/build/SummaryReporter.d.ts
decidim-0.26.3 packages/webpacker/node_modules/@jest/reporters/build/SummaryReporter.d.ts
decidim-0.27.0.rc2 packages/webpacker/node_modules/@jest/reporters/build/SummaryReporter.d.ts
decidim-0.27.0.rc1 packages/webpacker/node_modules/@jest/reporters/build/SummaryReporter.d.ts