Skip to content

Commit 8b81563

Browse files
authored
docs: remove deprecation notice in reporters (#9451)
1 parent 8f8231c commit 8b81563

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

docs/api/advanced/reporters.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,6 @@ export default new MyReporter()
118118
```
119119
:::
120120

121-
::: tip DEPRECATION NOTICE
122-
This method was added in Vitest 3, replacing `onPathsCollected` and `onSpecsCollected`, both of which are now deprecated.
123-
:::
124-
125121
## onTestRunEnd
126122

127123
```ts
@@ -185,10 +181,6 @@ export default new MyReporter()
185181
```
186182
:::
187183

188-
::: tip DEPRECATION NOTICE
189-
This method was added in Vitest 3, replacing `onFinished`, which is now deprecated.
190-
:::
191-
192184
## onCoverage
193185

194186
```ts

0 commit comments

Comments
 (0)