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 290 B
import type { RunnerTestCase, RunnerTestSuite } from 'vitest'; export declare function collectTestName({ name, suite }: { name: string; suite?: RunnerTestSuite; }): string; export declare function toRawTestId(test: RunnerTestCase): string; //# sourceMappingURL=test-helpers.d.ts.map