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__/app.test.js.snap.webpack5
+56
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,34 @@ exports[`app option should work using "connect (async)" application and "http" s
28
28
"
29
29
`;
30
30
31
+
exports[`app option should work using "connect (async)" application and "http2" server should handle GET request to index route (/): console messages 1`] = `
32
+
[
33
+
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
34
+
"[HMR] Waiting for update signal from WDS...",
35
+
"Hey.",
36
+
]
37
+
`;
38
+
39
+
exports[`app option should work using "connect (async)" application and "http2" server should handle GET request to index route (/): page errors 1`] = `[]`;
40
+
41
+
exports[`app option should work using "connect (async)" application and "http2" server should handle GET request to index route (/): response status 1`] = `200`;
42
+
43
+
exports[`app option should work using "connect (async)" application and "http2" server should handle GET request to index route (/): response text 1`] = `
exports[`app option should work using "connect (async)" application and "https" server should handle GET request to index route (/): console messages 1`] = `
32
60
[
33
61
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
@@ -112,6 +140,34 @@ exports[`app option should work using "connect" application and "http" server sh
112
140
"
113
141
`;
114
142
143
+
exports[`app option should work using "connect" application and "http2" server should handle GET request to index route (/): console messages 1`] = `
144
+
[
145
+
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
146
+
"[HMR] Waiting for update signal from WDS...",
147
+
"Hey.",
148
+
]
149
+
`;
150
+
151
+
exports[`app option should work using "connect" application and "http2" server should handle GET request to index route (/): page errors 1`] = `[]`;
152
+
153
+
exports[`app option should work using "connect" application and "http2" server should handle GET request to index route (/): response status 1`] = `200`;
154
+
155
+
exports[`app option should work using "connect" application and "http2" server should handle GET request to index route (/): response text 1`] = `
0 commit comments