Skip to content

Commit

Permalink
feat(vitest): expose getBenchFn, getBenchOptions (vitest-dev#4208)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va authored and LorenzoBloedow committed Dec 19, 2023
1 parent 702067f commit b432a58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vitest/src/suite.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export { getCurrentSuite, createTaskCollector, getFn, setFn } from '@vitest/runner'
export { createChainable } from '@vitest/runner/utils'
export { getBenchFn, getBenchOptions } from './runtime/benchmark'

0 comments on commit b432a58

Please sign in to comment.