Skip to content

Commit

Permalink
fix: export Vitest type from 'vitest', fix #877 (#879)
Browse files Browse the repository at this point in the history
* fix: export Vitest type from 'vitest'

* Update packages/vitest/src/types/reporter.ts

Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
  • Loading branch information
sapphi-red and antfu committed Mar 1, 2022
1 parent c9918e7 commit bd59109
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/vitest/src/types/reporter.ts
Expand Up @@ -15,3 +15,5 @@ export interface Reporter {

onUserConsoleLog?: (log: UserConsoleLog) => Awaitable<void>
}

export type { Vitest }

0 comments on commit bd59109

Please sign in to comment.