Skip to content

Commit

Permalink
docs: reporter jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio committed Oct 1, 2024
1 parent 214ec26 commit f93749d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vitest/src/public/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ export type {
} from '../integrations/spy'
export type { BrowserUI } from '../types/ui'

/** @deprecated import from `vitest/node` instead */
/** @deprecated import from `vitest/reporter` instead */
export type Reporter = Reporter_
/** @deprecated import from `vitest/node` instead */
export type Vitest = Vitest_
Expand Down

0 comments on commit f93749d

Please sign in to comment.