From 32e8e70365630b2833466c50f8a15b1d07d041a5 Mon Sep 17 00:00:00 2001 From: mouse_484 Date: Tue, 18 Oct 2022 12:44:58 +0000 Subject: [PATCH] docs(svelte): fix vitest config file --- docs/svelte-testing-library/setup.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/svelte-testing-library/setup.mdx b/docs/svelte-testing-library/setup.mdx index 014532f37..c16e15a60 100644 --- a/docs/svelte-testing-library/setup.mdx +++ b/docs/svelte-testing-library/setup.mdx @@ -37,7 +37,7 @@ with any testing framework and runner you're comfortable with. 4. Add a `vitest.config.ts` configuration file to the root of your project ```js - import { defineConfig } from 'vite'; + import { defineConfig } from 'vitest/config'; import { svelte } from '@sveltejs/vite-plugin-svelte'; export default defineConfig({