Skip to content

Commit 6bd5919

Browse files
test: update snapshots
1 parent d2f1876 commit 6bd5919

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ 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",
78
"[webpack-dev-server] Disconnected!",
89
]
910
`;
@@ -14,6 +15,9 @@ exports[`web socket server URL should not work and output disconnect wrong web s
1415
Array [
1516
"[HMR] Waiting for update signal from WDS...",
1617
"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!",
1721
]
1822
`;
1923

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ 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",
78
"[webpack-dev-server] Disconnected!",
89
]
910
`;
@@ -14,6 +15,9 @@ exports[`web socket server URL should not work and output disconnect wrong web s
1415
Array [
1516
"[HMR] Waiting for update signal from WDS...",
1617
"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!",
1721
]
1822
`;
1923

0 commit comments

Comments
 (0)