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__/allowed-hosts.test.js.snap.webpack4
+22
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,28 @@ Array [
66
66
67
67
exports[`allowed hosts should connect web socket client using custom hostname to web socket server with the "all" value ("ws"): page errors 1`] = `Array []`;
68
68
69
+
exports[`allowed hosts should connect web socket client using custom hostname to web socket server with the "all" value in array ("sockjs"): console messages 1`] = `
70
+
Array [
71
+
"[HMR] Waiting for update signal from WDS...",
72
+
"Hey.",
73
+
"[webpack-dev-server] Hot Module Replacement enabled.",
74
+
"[webpack-dev-server] Live Reloading enabled.",
75
+
]
76
+
`;
77
+
78
+
exports[`allowed hosts should connect web socket client using custom hostname to web socket server with the "all" value in array ("sockjs"): page errors 1`] = `Array []`;
79
+
80
+
exports[`allowed hosts should connect web socket client using custom hostname to web socket server with the "all" value in array ("ws"): console messages 1`] = `
81
+
Array [
82
+
"[HMR] Waiting for update signal from WDS...",
83
+
"Hey.",
84
+
"[webpack-dev-server] Hot Module Replacement enabled.",
85
+
"[webpack-dev-server] Live Reloading enabled.",
86
+
]
87
+
`;
88
+
89
+
exports[`allowed hosts should connect web socket client using custom hostname to web socket server with the "all" value in array ("ws"): page errors 1`] = `Array []`;
90
+
69
91
exports[`allowed hosts should connect web socket client using custom hostname to web socket server with the custom hostname value ("sockjs"): console messages 1`] = `
Copy file name to clipboardExpand all lines: test/e2e/__snapshots__/allowed-hosts.test.js.snap.webpack5
+22
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,28 @@ Array [
66
66
67
67
exports[`allowed hosts should connect web socket client using custom hostname to web socket server with the "all" value ("ws"): page errors 1`] = `Array []`;
68
68
69
+
exports[`allowed hosts should connect web socket client using custom hostname to web socket server with the "all" value in array ("sockjs"): console messages 1`] = `
70
+
Array [
71
+
"[HMR] Waiting for update signal from WDS...",
72
+
"Hey.",
73
+
"[webpack-dev-server] Hot Module Replacement enabled.",
74
+
"[webpack-dev-server] Live Reloading enabled.",
75
+
]
76
+
`;
77
+
78
+
exports[`allowed hosts should connect web socket client using custom hostname to web socket server with the "all" value in array ("sockjs"): page errors 1`] = `Array []`;
79
+
80
+
exports[`allowed hosts should connect web socket client using custom hostname to web socket server with the "all" value in array ("ws"): console messages 1`] = `
81
+
Array [
82
+
"[HMR] Waiting for update signal from WDS...",
83
+
"Hey.",
84
+
"[webpack-dev-server] Hot Module Replacement enabled.",
85
+
"[webpack-dev-server] Live Reloading enabled.",
86
+
]
87
+
`;
88
+
89
+
exports[`allowed hosts should connect web socket client using custom hostname to web socket server with the "all" value in array ("ws"): page errors 1`] = `Array []`;
90
+
69
91
exports[`allowed hosts should connect web socket client using custom hostname to web socket server with the custom hostname value ("sockjs"): console messages 1`] = `
0 commit comments