Skip to content

Commit 6e24235

Browse files
committed
fix(web): make e2e test files ES modules for TypeScript compatibility
1 parent 41f707d commit 6e24235

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

web/src/__tests__/e2e/store-hydration.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
export {}
2+
13
const isBun = typeof Bun !== 'undefined'
24

35
if (isBun) {

web/src/__tests__/e2e/store-ssr.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
export {}
2+
13
const isBun = typeof Bun !== 'undefined'
24

35
if (isBun) {

0 commit comments

Comments
 (0)