You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: test/e2e/__snapshots__/hot-and-live-reload.test.js.snap.webpack4
+1-8
Original file line number
Diff line number
Diff line change
@@ -59,14 +59,7 @@ Array [
59
59
60
60
exports[`hot and live reload should work and allow to disable live reload using the "webpack-dev-server-live-reload=false" (default): page errors 1`] = `Array []`;
61
61
62
-
exports[`hot and live reload should work and do nothing when web socket server disabled (default): console messages 1`] = `
63
-
Array [
64
-
"[HMR] Waiting for update signal from WDS...",
65
-
"WebSocket connection to 'ws://localhost:8095/ws' failed: Error during WebSocket handshake: Unexpected response code: 404",
66
-
"[webpack-dev-server] JSHandle@object",
67
-
"[webpack-dev-server] Disconnected!",
68
-
]
69
-
`;
62
+
exports[`hot and live reload should work and do nothing when web socket server disabled (default): console messages 1`] = `Array []`;
70
63
71
64
exports[`hot and live reload should work and do nothing when web socket server disabled (default): page errors 1`] = `Array []`;
Copy file name to clipboardexpand all lines: test/e2e/__snapshots__/hot-and-live-reload.test.js.snap.webpack5
+1-8
Original file line number
Diff line number
Diff line change
@@ -59,14 +59,7 @@ Array [
59
59
60
60
exports[`hot and live reload should work and allow to disable live reload using the "webpack-dev-server-live-reload=false" (default): page errors 1`] = `Array []`;
61
61
62
-
exports[`hot and live reload should work and do nothing when web socket server disabled (default): console messages 1`] = `
63
-
Array [
64
-
"[HMR] Waiting for update signal from WDS...",
65
-
"WebSocket connection to 'ws://localhost:8095/ws' failed: Error during WebSocket handshake: Unexpected response code: 404",
66
-
"[webpack-dev-server] JSHandle@object",
67
-
"[webpack-dev-server] Disconnected!",
68
-
]
69
-
`;
62
+
exports[`hot and live reload should work and do nothing when web socket server disabled (default): console messages 1`] = `Array []`;
70
63
71
64
exports[`hot and live reload should work and do nothing when web socket server disabled (default): page errors 1`] = `Array []`;
0 commit comments