Skip to content

Commit

Permalink
docs: correct link to Reporter interface (#6311)
Browse files Browse the repository at this point in the history
  • Loading branch information
huyenltnguyen authored Aug 9, 2024
1 parent 7f0ae29 commit fc19095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/reporters.md
Original file line number Diff line number Diff line change
Expand Up @@ -505,4 +505,4 @@ Additionally, you can define your own [custom reporters](/advanced/reporters) an
npx vitest --reporter=./path/to/reporter.ts
```

Custom reporters should implement the [Reporter interface](https://github.com/vitest-dev/vitest/blob/main/packages/vitest/src/types/reporter.ts).
Custom reporters should implement the [Reporter interface](https://github.com/vitest-dev/vitest/blob/main/packages/vitest/src/node/types/reporter.ts).

0 comments on commit fc19095

Please sign in to comment.