Skip to content

Commit d2f1876

Browse files
test: fix
1 parent bd36495 commit d2f1876

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

test/e2e/__snapshots__/web-socket-server-url.test.js.snap.webpack4

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ exports[`web socket server URL should not work and output disconnect wrong web s
44
Array [
55
"[HMR] Waiting for update signal from WDS...",
66
"Hey.",
7-
"Failed to load resource: net::ERR_NAME_NOT_RESOLVED",
87
"[webpack-dev-server] Disconnected!",
98
]
109
`;
@@ -15,9 +14,6 @@ exports[`web socket server URL should not work and output disconnect wrong web s
1514
Array [
1615
"[HMR] Waiting for update signal from WDS...",
1716
"Hey.",
18-
"WebSocket connection to 'ws://unknown.unknown:8097/unknown' failed: Error in connection establishment: net::ERR_NAME_NOT_RESOLVED",
19-
"[webpack-dev-server] JSHandle@object",
20-
"[webpack-dev-server] Disconnected!",
2117
]
2218
`;
2319

test/e2e/__snapshots__/web-socket-server-url.test.js.snap.webpack5

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ exports[`web socket server URL should not work and output disconnect wrong web s
44
Array [
55
"[HMR] Waiting for update signal from WDS...",
66
"Hey.",
7-
"Failed to load resource: net::ERR_NAME_NOT_RESOLVED",
87
"[webpack-dev-server] Disconnected!",
98
]
109
`;
@@ -15,9 +14,6 @@ exports[`web socket server URL should not work and output disconnect wrong web s
1514
Array [
1615
"[HMR] Waiting for update signal from WDS...",
1716
"Hey.",
18-
"WebSocket connection to 'ws://unknown.unknown:8097/unknown' failed: Error in connection establishment: net::ERR_NAME_NOT_RESOLVED",
19-
"[webpack-dev-server] JSHandle@object",
20-
"[webpack-dev-server] Disconnected!",
2117
]
2218
`;
2319

0 commit comments

Comments
 (0)