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__/web-socket-server-url.test.js.snap.webpack4
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -107,6 +107,28 @@ Array [
107
107
108
108
exports[`web socket server URL should work behind proxy, when hostnames are same and ports are different ("ws"): page errors 1`] = `Array []`;
109
109
110
+
exports[`web socket server URL should work behind proxy, when the "host" option is "local-ip" and the "port" option is "auto" ("sockjs"): console messages 1`] = `
111
+
Array [
112
+
"[HMR] Waiting for update signal from WDS...",
113
+
"Hey.",
114
+
"[webpack-dev-server] Hot Module Replacement enabled.",
115
+
"[webpack-dev-server] Live Reloading enabled.",
116
+
]
117
+
`;
118
+
119
+
exports[`web socket server URL should work behind proxy, when the "host" option is "local-ip" and the "port" option is "auto" ("sockjs"): page errors 1`] = `Array []`;
120
+
121
+
exports[`web socket server URL should work behind proxy, when the "host" option is "local-ip" and the "port" option is "auto" ("ws"): console messages 1`] = `
122
+
Array [
123
+
"[HMR] Waiting for update signal from WDS...",
124
+
"Hey.",
125
+
"[webpack-dev-server] Hot Module Replacement enabled.",
126
+
"[webpack-dev-server] Live Reloading enabled.",
127
+
]
128
+
`;
129
+
130
+
exports[`web socket server URL should work behind proxy, when the "host" option is "local-ip" and the "port" option is "auto" ("ws"): page errors 1`] = `Array []`;
131
+
110
132
exports[`web socket server URL should work when "host" option is "local-ip" ("sockjs"): console messages 1`] = `
Copy file name to clipboardExpand all lines: test/e2e/__snapshots__/web-socket-server-url.test.js.snap.webpack5
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -107,6 +107,28 @@ Array [
107
107
108
108
exports[`web socket server URL should work behind proxy, when hostnames are same and ports are different ("ws"): page errors 1`] = `Array []`;
109
109
110
+
exports[`web socket server URL should work behind proxy, when the "host" option is "local-ip" and the "port" option is "auto" ("sockjs"): console messages 1`] = `
111
+
Array [
112
+
"[HMR] Waiting for update signal from WDS...",
113
+
"Hey.",
114
+
"[webpack-dev-server] Hot Module Replacement enabled.",
115
+
"[webpack-dev-server] Live Reloading enabled.",
116
+
]
117
+
`;
118
+
119
+
exports[`web socket server URL should work behind proxy, when the "host" option is "local-ip" and the "port" option is "auto" ("sockjs"): page errors 1`] = `Array []`;
120
+
121
+
exports[`web socket server URL should work behind proxy, when the "host" option is "local-ip" and the "port" option is "auto" ("ws"): console messages 1`] = `
122
+
Array [
123
+
"[HMR] Waiting for update signal from WDS...",
124
+
"Hey.",
125
+
"[webpack-dev-server] Hot Module Replacement enabled.",
126
+
"[webpack-dev-server] Live Reloading enabled.",
127
+
]
128
+
`;
129
+
130
+
exports[`web socket server URL should work behind proxy, when the "host" option is "local-ip" and the "port" option is "auto" ("ws"): page errors 1`] = `Array []`;
131
+
110
132
exports[`web socket server URL should work when "host" option is "local-ip" ("sockjs"): console messages 1`] = `
0 commit comments