UNPKG

stryker-html-reporter

Version:

An html reporter for the JavaScript mutation testing framework Stryker

5 lines 319 B
import { ScoreResult } from 'stryker-api/report'; import { MutationScoreThresholds } from 'stryker-api/core'; import Breadcrumb from '../Breadcrumb'; export declare function directory(scoreResult: ScoreResult, breadcrumb: Breadcrumb, thresholds: MutationScoreThresholds): string; //# sourceMappingURL=directory.d.ts.map