UNPKG

@stryker-mutator/api

Version:

The api for the extendable JavaScript mutation testing framework Stryker

5 lines 209 B
import { MutantTestPlan } from '../core/index.js'; export interface MutationTestingPlanReadyEvent { mutantPlans: readonly MutantTestPlan[]; } //# sourceMappingURL=mutation-testing-plan-ready-event.d.ts.map