Skip to content

Commit

Permalink
fix: re-export mock types (#1120)
Browse files Browse the repository at this point in the history
  • Loading branch information
cexbrayat committed Apr 7, 2022
1 parent 06faf8a commit 45ef020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vitest/src/index.ts
Expand Up @@ -7,7 +7,7 @@ export * from './runtime/hooks'

export { runOnce, isFirstRun } from './integrations/run-once'
export * from './integrations/chai'
export type { EnhancedSpy, SpyInstance, SpyInstanceFn, SpyContext } from './integrations/spy'
export type { EnhancedSpy, MockedFunction, MockedObject, SpyInstance, SpyInstanceFn, SpyContext } from './integrations/spy'
export * from './integrations/vi'
export * from './integrations/utils'

Expand Down

0 comments on commit 45ef020

Please sign in to comment.