We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3b079a commit 7dd93fdCopy full SHA for 7dd93fd
1 file changed
apps/web/vite.config.ts
@@ -1,10 +1,7 @@
1
import { sveltekit } from '@sveltejs/kit/vite';
2
import tailwindcss from '@tailwindcss/vite';
3
-import { defineConfig } from 'vitest/config';
+import { defineConfig } from 'vite';
4
5
export default defineConfig({
6
plugins: [sveltekit(), tailwindcss()],
7
- test: {
8
- include: ['src/**/*.{test,spec}.{js,ts}'],
9
- },
10
});
0 commit comments