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 0b715b6 commit 031c30eCopy full SHA for 031c30e
docs/svelte-testing-library/setup.mdx
@@ -37,7 +37,7 @@ with any testing framework and runner you're comfortable with.
37
4. Add a `vitest.config.ts` configuration file to the root of your project
38
39
```js
40
- import { defineConfig } from 'vite';
+ import { defineConfig } from 'vitest/config';
41
import { svelte } from '@sveltejs/vite-plugin-svelte';
42
43
export default defineConfig({
0 commit comments