You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/guide/migration.md
+4
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,10 @@ The [`resolveConfig`](/advanced/api/#resolveconfig) is now more useful. Instead
81
81
82
82
This function is not used internally and exposed exclusively as a public API.
83
83
84
+
### Cleaned up `vitest/reporters` types <Badgetype="danger">API</Badge> {#cleaned-up-vitest-reporters-types}
85
+
86
+
The `vitest/reporters` entrypoint now only exports reporters implementations and options types. If you need access to `TestCase`/`TestSuite` and other task related types, import them additionally from `vitest/node`.
0 commit comments