UNPKG

@stryker-mutator/api

Version:

The api for the extendable JavaScript mutation testing framework Stryker

11 lines (10 loc) 235 B
export enum MutantStatus { Init = 'init', Ignored = 'ignored', NoCoverage = 'noCoverage', Killed = 'killed', Survived = 'survived', TimedOut = 'timedOut', RuntimeError = 'runtimeError', CompileError = 'compileError', }