UNPKG

458 BTypeScriptView Raw
1import { MutationTestingPlanReadyEvent } from '@stryker-mutator/api/src/report';
2import { ProgressKeeper } from './progress-keeper.js';
3export declare class ProgressAppendOnlyReporter extends ProgressKeeper {
4 private intervalReference?;
5 onMutationTestingPlanReady(event: MutationTestingPlanReadyEvent): void;
6 onAllMutantsTested(): void;
7 private render;
8 private getPercentDone;
9}
10//# sourceMappingURL=progress-append-only-reporter.d.ts.map
\No newline at end of file