Skip to content

Commit aa68fa5

Browse files
committed
Fix jsdom test
1 parent 6f6dc94 commit aa68fa5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/builder/vitest.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ export default defineConfig({
99
replacement: resolve("app"),
1010
},
1111
],
12+
conditions: ["webstudio", "browser", "development|production"],
13+
// conditions: ["webstudio", ...defaultClientConditions],
1214
},
1315
// resolve webstudio condition in tests
1416
ssr: {

0 commit comments

Comments
 (0)