UNPKG

@stryker-mutator/vitest-runner

Version:

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

4 lines 324 B
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/vitest-runner-options.json'); //# sourceMappingURL=index.d.ts.map