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 ebcc33b commit 1e6dcbfCopy full SHA for 1e6dcbf
docs/svelte-testing-library/setup.mdx
@@ -49,7 +49,7 @@ npm install --save-dev @vitest/ui
49
3. Add a `vitest.config.ts` configuration file to the root of your project
50
51
```js
52
- import {defineConfig} from 'vite'
+ import {defineConfig} from 'vitest/config'
53
import {svelte} from '@sveltejs/vite-plugin-svelte'
54
55
export default defineConfig({
0 commit comments