UNPKG

stryker-html-reporter

Version:

An html reporter for the JavaScript mutation testing framework Stryker

9 lines 484 B
import { MutationScoreThresholds } from 'stryker-api/core'; import { ScoreResult, SourceFile, MutantResult } from 'stryker-api/report'; import Breadcrumb from '../Breadcrumb'; export interface NumberedMutant { index: number; mutant: MutantResult; } export declare function sourceFile(result: ScoreResult, sourceFile: SourceFile | undefined, mutants: MutantResult[], breadcrumb: Breadcrumb, thresholds: MutationScoreThresholds): string; //# sourceMappingURL=sourceFile.d.ts.map