UNPKG

@stryker-mutator/jest-runner

Version:

A plugin to use the jest test runner and framework in Stryker, the JavaScript mutation testing framework

6 lines 419 B
import { PluginKind } from '@stryker-mutator/api/plugin'; import { mixinJestEnvironment } from './jest-plugins/index.js'; export declare const strykerPlugins: import("@stryker-mutator/api/plugin").FactoryPlugin<PluginKind.TestRunner, ["$injector"]>[]; export declare const strykerValidationSchema: typeof import('../schema/jest-runner-options.json'); export { mixinJestEnvironment }; //# sourceMappingURL=index.d.ts.map