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 57c3234 commit 2edc18aCopy full SHA for 2edc18a
docs/guide/index.md
@@ -133,7 +133,7 @@ export default defineConfig({
133
})
134
```
135
136
-The `<reference types="vitest" />` will stop working in Vitest 3, but you can start migrating to `vitest/config` in Vitest 2.1:
+The `<reference types="vitest" />` will stop working in the next major update, but you can start migrating to `vitest/config` in Vitest 2.1:
137
138
```ts [vite.config.ts]
139
/// <reference types="vitest/config" />
0 commit comments