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 (5 loc) 143 B
import { createVitest } from 'vitest/node'; export type * from 'vitest/node'; export const vitestWrapper = { createVitest: createVitest, };