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
+49-49
Original file line number
Diff line number
Diff line change
@@ -28,19 +28,19 @@ 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`] = `
31
+
exports[`app option should work using "connect" application and "http" server should handle GET request to index route (/): console messages 1`] = `
32
32
[
33
33
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
34
34
"[HMR] Waiting for update signal from WDS...",
35
35
"Hey.",
36
36
]
37
37
`;
38
38
39
-
exports[`app option should work using "connect (async)" application and "http2" server should handle GET request to index route (/): page errors 1`] = `[]`;
39
+
exports[`app option should work using "connect" application and "http" server should handle GET request to index route (/): page errors 1`] = `[]`;
40
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`;
41
+
exports[`app option should work using "connect" application and "http" server should handle GET request to index route (/): response status 1`] = `200`;
42
42
43
-
exports[`app option should work using "connect (async)" application and "http2" server should handle GET request to index route (/): response text 1`] = `
43
+
exports[`app option should work using "connect" application and "http" server should handle GET request to index route (/): response text 1`] = `
44
44
"
45
45
<!DOCTYPE html>
46
46
<html>
@@ -56,19 +56,19 @@ exports[`app option should work using "connect (async)" application and "http2"
56
56
"
57
57
`;
58
58
59
-
exports[`app option should work using "connect (async)" application and "https" server should handle GET request to index route (/): console messages 1`] = `
59
+
exports[`app option should work using "connect" application and "http2" server should handle GET request to index route (/): console messages 1`] = `
60
60
[
61
61
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
62
62
"[HMR] Waiting for update signal from WDS...",
63
63
"Hey.",
64
64
]
65
65
`;
66
66
67
-
exports[`app option should work using "connect (async)" application and "https" server should handle GET request to index route (/): page errors 1`] = `[]`;
67
+
exports[`app option should work using "connect" application and "http2" server should handle GET request to index route (/): page errors 1`] = `[]`;
68
68
69
-
exports[`app option should work using "connect (async)" application and "https" server should handle GET request to index route (/): response status 1`] = `200`;
69
+
exports[`app option should work using "connect" application and "http2" server should handle GET request to index route (/): response status 1`] = `200`;
70
70
71
-
exports[`app option should work using "connect (async)" application and "https" server should handle GET request to index route (/): response text 1`] = `
71
+
exports[`app option should work using "connect" application and "http2" server should handle GET request to index route (/): response text 1`] = `
72
72
"
73
73
<!DOCTYPE html>
74
74
<html>
@@ -84,19 +84,19 @@ exports[`app option should work using "connect (async)" application and "https"
84
84
"
85
85
`;
86
86
87
-
exports[`app option should work using "connect (async)" application and "spdy" server should handle GET request to index route (/): console messages 1`] = `
87
+
exports[`app option should work using "connect" application and "https" server should handle GET request to index route (/): console messages 1`] = `
88
88
[
89
89
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
90
90
"[HMR] Waiting for update signal from WDS...",
91
91
"Hey.",
92
92
]
93
93
`;
94
94
95
-
exports[`app option should work using "connect (async)" application and "spdy" server should handle GET request to index route (/): page errors 1`] = `[]`;
95
+
exports[`app option should work using "connect" application and "https" server should handle GET request to index route (/): page errors 1`] = `[]`;
96
96
97
-
exports[`app option should work using "connect (async)" application and "spdy" server should handle GET request to index route (/): response status 1`] = `200`;
97
+
exports[`app option should work using "connect" application and "https" server should handle GET request to index route (/): response status 1`] = `200`;
98
98
99
-
exports[`app option should work using "connect (async)" application and "spdy" server should handle GET request to index route (/): response text 1`] = `
99
+
exports[`app option should work using "connect" application and "https" server should handle GET request to index route (/): response text 1`] = `
100
100
"
101
101
<!DOCTYPE html>
102
102
<html>
@@ -112,19 +112,19 @@ exports[`app option should work using "connect (async)" application and "spdy" s
112
112
"
113
113
`;
114
114
115
-
exports[`app option should work using "connect" application and "http" server should handle GET request to index route (/): console messages 1`] = `
115
+
exports[`app option should work using "connect" application and "spdy" server should handle GET request to index route (/): console messages 1`] = `
116
116
[
117
117
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
118
118
"[HMR] Waiting for update signal from WDS...",
119
119
"Hey.",
120
120
]
121
121
`;
122
122
123
-
exports[`app option should work using "connect" application and "http" server should handle GET request to index route (/): page errors 1`] = `[]`;
123
+
exports[`app option should work using "connect" application and "spdy" server should handle GET request to index route (/): page errors 1`] = `[]`;
124
124
125
-
exports[`app option should work using "connect" application and "http" server should handle GET request to index route (/): response status 1`] = `200`;
125
+
exports[`app option should work using "connect" application and "spdy" server should handle GET request to index route (/): response status 1`] = `200`;
126
126
127
-
exports[`app option should work using "connect" application and "http" server should handle GET request to index route (/): response text 1`] = `
127
+
exports[`app option should work using "connect" application and "spdy" server should handle GET request to index route (/): response text 1`] = `
128
128
"
129
129
<!DOCTYPE html>
130
130
<html>
@@ -140,19 +140,19 @@ exports[`app option should work using "connect" application and "http" server sh
140
140
"
141
141
`;
142
142
143
-
exports[`app option should work using "connect" application and "http2" server should handle GET request to index route (/): console messages 1`] = `
143
+
exports[`app option should work using "express" application and "http" server should handle GET request to index route (/): console messages 1`] = `
144
144
[
145
145
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
146
146
"[HMR] Waiting for update signal from WDS...",
147
147
"Hey.",
148
148
]
149
149
`;
150
150
151
-
exports[`app option should work using "connect" application and "http2" server should handle GET request to index route (/): page errors 1`] = `[]`;
151
+
exports[`app option should work using "express" application and "http" server should handle GET request to index route (/): page errors 1`] = `[]`;
152
152
153
-
exports[`app option should work using "connect" application and "http2" server should handle GET request to index route (/): response status 1`] = `200`;
153
+
exports[`app option should work using "express" application and "http" server should handle GET request to index route (/): response status 1`] = `200`;
154
154
155
-
exports[`app option should work using "connect" application and "http2" server should handle GET request to index route (/): response text 1`] = `
155
+
exports[`app option should work using "express" application and "http" server should handle GET request to index route (/): response text 1`] = `
156
156
"
157
157
<!DOCTYPE html>
158
158
<html>
@@ -168,19 +168,19 @@ exports[`app option should work using "connect" application and "http2" server s
168
168
"
169
169
`;
170
170
171
-
exports[`app option should work using "connect" application and "https" server should handle GET request to index route (/): console messages 1`] = `
171
+
exports[`app option should work using "express" application and "https" server should handle GET request to index route (/): console messages 1`] = `
172
172
[
173
173
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
174
174
"[HMR] Waiting for update signal from WDS...",
175
175
"Hey.",
176
176
]
177
177
`;
178
178
179
-
exports[`app option should work using "connect" application and "https" server should handle GET request to index route (/): page errors 1`] = `[]`;
179
+
exports[`app option should work using "express" application and "https" server should handle GET request to index route (/): page errors 1`] = `[]`;
180
180
181
-
exports[`app option should work using "connect" application and "https" server should handle GET request to index route (/): response status 1`] = `200`;
181
+
exports[`app option should work using "express" application and "https" server should handle GET request to index route (/): response status 1`] = `200`;
182
182
183
-
exports[`app option should work using "connect" application and "https" server should handle GET request to index route (/): response text 1`] = `
183
+
exports[`app option should work using "express" application and "https" server should handle GET request to index route (/): response text 1`] = `
184
184
"
185
185
<!DOCTYPE html>
186
186
<html>
@@ -196,19 +196,19 @@ exports[`app option should work using "connect" application and "https" server s
196
196
"
197
197
`;
198
198
199
-
exports[`app option should work using "connect" application and "spdy" server should handle GET request to index route (/): console messages 1`] = `
199
+
exports[`app option should work using "express" application and "spdy" server should handle GET request to index route (/): console messages 1`] = `
200
200
[
201
201
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
202
202
"[HMR] Waiting for update signal from WDS...",
203
203
"Hey.",
204
204
]
205
205
`;
206
206
207
-
exports[`app option should work using "connect" application and "spdy" server should handle GET request to index route (/): page errors 1`] = `[]`;
207
+
exports[`app option should work using "express" application and "spdy" server should handle GET request to index route (/): page errors 1`] = `[]`;
208
208
209
-
exports[`app option should work using "connect" application and "spdy" server should handle GET request to index route (/): response status 1`] = `200`;
209
+
exports[`app option should work using "express" application and "spdy" server should handle GET request to index route (/): response status 1`] = `200`;
210
210
211
-
exports[`app option should work using "connect" application and "spdy" server should handle GET request to index route (/): response text 1`] = `
211
+
exports[`app option should work using "express" application and "spdy" server should handle GET request to index route (/): response text 1`] = `
212
212
"
213
213
<!DOCTYPE html>
214
214
<html>
@@ -224,19 +224,19 @@ exports[`app option should work using "connect" application and "spdy" server sh
224
224
"
225
225
`;
226
226
227
-
exports[`app option should work using "express" application and "http" server should handle GET request to index route (/): console messages 1`] = `
227
+
exports[`app option should work using "hono" application and "[object Object]" server should handle GET request to index route (/): console messages 1`] = `
228
228
[
229
229
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
230
230
"[HMR] Waiting for update signal from WDS...",
231
231
"Hey.",
232
232
]
233
233
`;
234
234
235
-
exports[`app option should work using "express" application and "http" server should handle GET request to index route (/): page errors 1`] = `[]`;
235
+
exports[`app option should work using "hono" application and "[object Object]" server should handle GET request to index route (/): page errors 1`] = `[]`;
236
236
237
-
exports[`app option should work using "express" application and "http" server should handle GET request to index route (/): response status 1`] = `200`;
237
+
exports[`app option should work using "hono" application and "[object Object]" server should handle GET request to index route (/): response status 1`] = `200`;
238
238
239
-
exports[`app option should work using "express" application and "http" server should handle GET request to index route (/): response text 1`] = `
239
+
exports[`app option should work using "hono" application and "[object Object]" server should handle GET request to index route (/): response text 1`] = `
240
240
"
241
241
<!DOCTYPE html>
242
242
<html>
@@ -252,19 +252,31 @@ exports[`app option should work using "express" application and "http" server sh
252
252
"
253
253
`;
254
254
255
-
exports[`app option should work using "express" application and "https" server should handle GET request to index route (/): console messages 1`] = `
255
+
exports[`app option should work using "hono" application and "custom server" server should handle GET request to index route (/): console messages 1`] = `
256
256
[
257
257
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
258
258
"[HMR] Waiting for update signal from WDS...",
259
259
"Hey.",
260
260
]
261
261
`;
262
262
263
-
exports[`app option should work using "express" application and "https" server should handle GET request to index route (/): page errors 1`] = `[]`;
263
+
exports[`app option should work using "hono" application and "custom server" server should handle GET request to index route (/): console messages 2`] = `
264
+
[
265
+
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
266
+
"[HMR] Waiting for update signal from WDS...",
267
+
"Hey.",
268
+
]
269
+
`;
264
270
265
-
exports[`app option should work using "express" application and "https" server should handle GET request to index route (/): response status 1`] = `200`;
271
+
exports[`app option should work using "hono" application and "custom server" server should handle GET request to index route (/): page errors 1`] = `[]`;
266
272
267
-
exports[`app option should work using "express" application and "https" server should handle GET request to index route (/): response text 1`] = `
273
+
exports[`app option should work using "hono" application and "custom server" server should handle GET request to index route (/): page errors 2`] = `[]`;
274
+
275
+
exports[`app option should work using "hono" application and "custom server" server should handle GET request to index route (/): response status 1`] = `200`;
276
+
277
+
exports[`app option should work using "hono" application and "custom server" server should handle GET request to index route (/): response status 2`] = `200`;
278
+
279
+
exports[`app option should work using "hono" application and "custom server" server should handle GET request to index route (/): response text 1`] = `
268
280
"
269
281
<!DOCTYPE html>
270
282
<html>
@@ -280,19 +292,7 @@ exports[`app option should work using "express" application and "https" server s
280
292
"
281
293
`;
282
294
283
-
exports[`app option should work using "express" application and "spdy" server should handle GET request to index route (/): console messages 1`] = `
284
-
[
285
-
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
286
-
"[HMR] Waiting for update signal from WDS...",
287
-
"Hey.",
288
-
]
289
-
`;
290
-
291
-
exports[`app option should work using "express" application and "spdy" server should handle GET request to index route (/): page errors 1`] = `[]`;
292
-
293
-
exports[`app option should work using "express" application and "spdy" server should handle GET request to index route (/): response status 1`] = `200`;
294
-
295
-
exports[`app option should work using "express" application and "spdy" server should handle GET request to index route (/): response text 1`] = `
295
+
exports[`app option should work using "hono" application and "custom server" server should handle GET request to index route (/): response text 2`] = `
0 commit comments