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

@@ -17,8 +17,8 @@ export default defineConfig({
},
},
test: {
environment: 'happy-dom',
globals: true,
environment: 'happy-dom',
setupFiles: ['@testing-library/jest-dom/vitest'],
},
});