UNPKG

@stryker-mutator/api

Version:

The api for the extendable JavaScript mutation testing framework Stryker

10 lines (9 loc) 174 B
/** * The plugin kinds supported by Stryker */ export enum PluginKind { Checker = 'Checker', TestRunner = 'TestRunner', Reporter = 'Reporter', Ignore = 'Ignore', }