Skip to content

Commit 41a3d58

Browse files
committed
fix
1 parent df4e069 commit 41a3d58

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

e2e/cases/server/hmr-with-error/index.test.ts

-6
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ rspackOnlyTest(
2727
index: join(cwd, 'test-temp-src/index.ts'),
2828
},
2929
},
30-
dev: {
31-
client: {
32-
host: '',
33-
port: '',
34-
},
35-
},
3630
},
3731
});
3832

e2e/cases/server/hmr/index.test.ts

-6
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@ rspackOnlyTest('HMR should work by default', async ({ page }) => {
2424
index: join(cwd, 'test-temp-src/index.ts'),
2525
},
2626
},
27-
dev: {
28-
client: {
29-
host: '',
30-
port: '',
31-
},
32-
},
3327
},
3428
});
3529

0 commit comments

Comments
 (0)