UNPKG

@stryker-mutator/api

Version:

The api for the extendable JavaScript mutation testing framework Stryker

11 lines 301 B
export declare enum MutantStatus { Init = "init", Ignored = "ignored", NoCoverage = "noCoverage", Killed = "killed", Survived = "survived", TimedOut = "timedOut", RuntimeError = "runtimeError", CompileError = "compileError" } //# sourceMappingURL=mutant-status.d.ts.map