@stryker-mutator/api
Version:
The api for the extendable JavaScript mutation testing framework Stryker
15 lines • 382 B
TypeScript
export declare enum DryRunStatus {
/**
* Indicates that a test run is completed with failed or succeeded tests
*/
Complete = "complete",
/**
* Indicates that a test run cut off early with an error
*/
Error = "error",
/**
* Indicates that a test run timed out
*/
Timeout = "timeout"
}
//# sourceMappingURL=dry-run-status.d.ts.map