@stryker-mutator/api
Version:
The api for the extendable JavaScript mutation testing framework Stryker
11 lines • 335 B
JavaScript
/**
* The plugin kinds supported by Stryker
*/
export var PluginKind;
(function (PluginKind) {
PluginKind["Checker"] = "Checker";
PluginKind["TestRunner"] = "TestRunner";
PluginKind["Reporter"] = "Reporter";
PluginKind["Ignore"] = "Ignore";
})(PluginKind || (PluginKind = {}));
//# sourceMappingURL=plugin-kind.js.map