Add another example

This commit is contained in:
Steve Kinney
2024-10-01 19:36:39 -05:00
parent 867bc939ae
commit 5710f74461
5 changed files with 58 additions and 3 deletions

View File

@@ -1,8 +1,9 @@
import { defineConfig } from 'vitest/config';
import { svelte } from '@sveltejs/vite-plugin-svelte';
import react from '@vitejs/plugin-react';
export default defineConfig({
plugins: [svelte()],
plugins: [svelte(), react()],
test: {
environment: 'happy-dom',
globals: true,