UNPKG

stryker-api

Version:

The api for the extendable JavaScript mutation testing framework Stryker

10 lines 306 B
interface MatchedMutant { readonly id: string; readonly mutatorName: string; readonly scopedTestIds: number[]; readonly timeSpentScopedTests: number; readonly fileName: string; readonly replacement: string; } export default MatchedMutant; //# sourceMappingURL=MatchedMutant.d.ts.map