File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 44This is an advanced API. If you just want to configure built-in reporters, read the [ "Reporters"] ( /guide/reporters ) guide.
55:::
66
7- You can import reporters from ` vitest/reporters ` and extend them to create your custom reporters.
7+ You can import reporters from ` vitest/node ` and extend them to create your custom reporters.
88
99## Extending Built-in Reporters
1010
@@ -18,7 +18,11 @@ export default class MyDefaultReporter extends DefaultReporter {
1818}
1919```
2020
21- Of course, you can create your reporter from scratch. Just implement the ` Reporter ` interface:
21+ ::: warning
22+ However, note that exposed reports are not considered stable and can change within a minor version.
23+ :::
24+
25+ Of course, you can create your reporter from scratch. Just implement the [ ` Reporter ` ] ( /api/advanced/reporters ) interface:
2226
2327And here is an example of a custom reporter:
2428
You can’t perform that action at this time.
0 commit comments