UNPKG

@stryker-mutator/core

Version:

The extendable JavaScript mutation testing framework

7 lines (5 loc) 197 B
import { schema } from '@stryker-mutator/api/core'; export interface MutationScoreOnlyReport { mutationScore: number; } export type Report = MutationScoreOnlyReport | schema.MutationTestResult;