chore(test): fix set up

This commit is contained in:
Elian Doran 2025-06-19 21:30:10 +03:00
parent 54290a1373
commit 764917562e
No known key found for this signature in database

View File

@ -98,7 +98,10 @@ export default defineConfig(() => ({
} }
}, },
test: { test: {
environment: "happy-dom" environment: "happy-dom",
setupFiles: [
"./src/test/setup.ts"
]
}, },
optimizeDeps: { optimizeDeps: {
exclude: [ exclude: [