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 8c9361f commit d93f096Copy full SHA for d93f096
packages/sveltekit-embed/vite.config.ts
@@ -1,8 +1,9 @@
1
import { sveltekit } from '@sveltejs/kit/vite';
2
+import { svelteTesting } from '@testing-library/svelte/vite';
3
import { defineConfig } from 'vitest/config';
4
5
export default defineConfig({
- plugins: [sveltekit()],
6
+ plugins: [sveltekit(), svelteTesting()],
7
test: {
8
environment: 'jsdom',
9
include: ['src/**/*.{test,spec}.{js,ts}'],
0 commit comments