Add some additional examples

This commit is contained in:
Steve Kinney
2024-10-02 08:41:56 -05:00
parent a212170602
commit 4b025e2a07
21 changed files with 355 additions and 6 deletions

View File

@@ -5,8 +5,8 @@ import react from '@vitejs/plugin-react';
export default defineConfig({
plugins: [svelte(), react()],
test: {
environment: 'happy-dom',
globals: true,
environment: 'happy-dom',
setupFiles: ['@testing-library/jest-dom/vitest'],
},
});