@stryker-mutator/api
Version:
The api for the extendable JavaScript mutation testing framework Stryker
12 lines • 484 B
JavaScript
export var MutantStatus;
(function (MutantStatus) {
MutantStatus["Init"] = "init";
MutantStatus["Ignored"] = "ignored";
MutantStatus["NoCoverage"] = "noCoverage";
MutantStatus["Killed"] = "killed";
MutantStatus["Survived"] = "survived";
MutantStatus["TimedOut"] = "timedOut";
MutantStatus["RuntimeError"] = "runtimeError";
MutantStatus["CompileError"] = "compileError";
})(MutantStatus || (MutantStatus = {}));
//# sourceMappingURL=mutant-status.js.map