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 255 B
import { createVitest as createVitestOriginal } from 'vitest/node'; export declare const vitestWrapper: { createVitest: typeof createVitestOriginal; version: string; }; export type * from 'vitest/node'; //# sourceMappingURL=vitest-wrapper.d.ts.map