Skip to content

Commit c120892

Browse files
committed
fix: duplicate title issue
1 parent 12799c6 commit c120892

13 files changed

+4
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
["[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.","[HMR] Waiting for update signal from WDS...","Hey."]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[]

test/e2e/port.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ test.describe("port", () => {
1414
// eslint-disable-next-line no-undefined
1515
undefined,
1616
"auto",
17-
// port,
17+
port,
1818
`${port}`,
1919
0,
2020
"-1",
2121
"99999",
2222
];
2323

2424
for (const testedPort of ports) {
25-
test(`should work using "${testedPort}" port `, async ({ page }) => {
25+
test(`should work using "${testedPort}" with type of (${typeof testedPort}) port `, async ({ page }) => {
2626
const compiler = webpack(config);
2727
const devServerOptions = {};
2828

0 commit comments

Comments
 (0)