Add tabs example
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
import { defineConfig } from 'vitest/config';
|
||||
import { svelte } from '@sveltejs/vite-plugin-svelte';
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [svelte()],
|
||||
test: {
|
||||
environment: 'happy-dom',
|
||||
globals: true,
|
||||
setupFiles: ['@testing-library/jest-dom/vitest'],
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user