UNPKG

@stryker-mutator/vitest-runner

Version:

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

5 lines 152 B
import { createVitest } from 'vitest/node'; export const vitestWrapper = { createVitest: createVitest, }; //# sourceMappingURL=vitest-wrapper.js.map