UNPKG

@stryker-mutator/api

Version:

The api for the extendable JavaScript mutation testing framework Stryker

6 lines (4 loc) 145 B
import { MutantTestPlan } from '../core/index.js'; export interface MutationTestingPlanReadyEvent { mutantPlans: readonly MutantTestPlan[]; }