Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 7649175

Browse files
committed
chore(test): fix set up
1 parent 54290a1 commit 7649175

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

apps/client/vite.config.mts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,10 @@ export default defineConfig(() => ({
9898
}
9999
},
100100
test: {
101-
environment: "happy-dom"
101+
environment: "happy-dom",
102+
setupFiles: [
103+
"./src/test/setup.ts"
104+
]
102105
},
103106
optimizeDeps: {
104107
exclude: [

0 commit comments

Comments
 (0)