UNPKG

@stryker-mutator/vitest-runner

Version:

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

7 lines (4 loc) 261 B
import { StrykerOptions } from '@stryker-mutator/api/core'; import { StrykerVitestRunnerOptions } from '../src-generated/vitest-runner-options.js'; export interface VitestRunnerOptionsWithStrykerOptions extends StrykerVitestRunnerOptions, StrykerOptions {}