Skip to content

Commit

Permalink
fix: export VitestRunner type from vitest/runners (#7240)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va authored Jan 14, 2025
1 parent 5178948 commit 9b21885
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vitest/src/public/runners.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export { NodeBenchmarkRunner } from '../runtime/runners/benchmark'
export { VitestTestRunner } from '../runtime/runners/test'
export type { VitestRunner } from '@vitest/runner'

0 comments on commit 9b21885

Please sign in to comment.