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
@@ -129,6 +129,10 @@ expect(() => {
129
129
130
130
See PR for more details: [#5876](https://github.com/vitest-dev/vitest/pull/5876).
131
131
132
+
### `module` condition export is not resolved by default on Vite 6
133
+
134
+
Vite 6 allows more flexible [`resolve.conditions`](https://vite.dev/config/shared-options#resolve-conditions) options and Vitest configures it to exclude `module` conditional export by default.
135
+
132
136
### `Custom` Type is Deprecated <Badgetype="danger">API</Badge> {#custom-type-is-deprecated}
133
137
134
138
The `Custom` type is now an alias for the `Test` type. Note that Vitest updated the public types in 2.1 and changed exported names to `RunnerCustomCase` and `RunnerTestCase`:
0 commit comments