UNPKG

@stryker-mutator/api

Version:

The api for the extendable JavaScript mutation testing framework Stryker

15 lines (14 loc) 307 B
export 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', }