We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f8231c commit 8b81563Copy full SHA for 8b81563
1 file changed
docs/api/advanced/reporters.md
@@ -118,10 +118,6 @@ export default new MyReporter()
118
```
119
:::
120
121
-::: tip DEPRECATION NOTICE
122
-This method was added in Vitest 3, replacing `onPathsCollected` and `onSpecsCollected`, both of which are now deprecated.
123
-:::
124
-
125
## onTestRunEnd
126
127
```ts
@@ -185,10 +181,6 @@ export default new MyReporter()
185
181
186
182
187
183
188
189
-This method was added in Vitest 3, replacing `onFinished`, which is now deprecated.
190
191
192
184
## onCoverage
193
194
0 commit comments