@stryker-mutator/karma-runner
Version:
A plugin to use the karma test runner in Stryker, the JavaScript mutation testing framework
4 lines • 323 B
TypeScript
import { PluginKind } from '@stryker-mutator/api/plugin';
export declare const strykerPlugins: import("@stryker-mutator/api/plugin").FactoryPlugin<PluginKind.TestRunner, ["$injector"]>[];
export declare const strykerValidationSchema: typeof import('../schema/karma-runner-options.json');
//# sourceMappingURL=index.d.ts.map