We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
VitestRunner
vitest/runners
1 parent 5178948 commit 9b21885Copy full SHA for 9b21885
packages/vitest/src/public/runners.ts
@@ -1,2 +1,3 @@
1
export { NodeBenchmarkRunner } from '../runtime/runners/benchmark'
2
export { VitestTestRunner } from '../runtime/runners/test'
3
+export type { VitestRunner } from '@vitest/runner'
0 commit comments