Skip to content

Commit 031c30e

Browse files
authored
docs(svelte): fix vitest config file (#1159)
1 parent 0b715b6 commit 031c30e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/svelte-testing-library/setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ with any testing framework and runner you're comfortable with.
3737
4. Add a `vitest.config.ts` configuration file to the root of your project
3838

3939
```js
40-
import { defineConfig } from 'vite';
40+
import { defineConfig } from 'vitest/config';
4141
import { svelte } from '@sveltejs/vite-plugin-svelte';
4242

4343
export default defineConfig({

0 commit comments

Comments
 (0)