@stryker-mutator/vitest-runner
Version:
A plugin to use the vitest test runner and framework in Stryker, the JavaScript mutation testing framework
5 lines • 330 B
TypeScript
import { StrykerOptions } from '@stryker-mutator/api/core';
import { StrykerVitestRunnerOptions } from '../src-generated/vitest-runner-options.js';
export interface VitestRunnerOptionsWithStrykerOptions extends StrykerVitestRunnerOptions, StrykerOptions {
}
//# sourceMappingURL=vitest-runner-options-with-stryker-options.d.ts.map