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: tests/e2e/__snapshots__/app.test.js.snap
+8-12Lines changed: 8 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -112,16 +112,14 @@ exports[`app option > should work using "connect" application and "https" server
112
112
"
113
113
`;
114
114
115
-
exports[`app option > should work using "connect" application and "spdy" 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
+
117
+
exports[`app option > should work using "connect" application and "spdy" server > should handle GET request to index route (/) > page errors 1`] = `
116
118
[
117
-
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
118
-
"[HMR] Waiting for update signal from WDS...",
119
-
"Hey.",
119
+
[SyntaxError: Invalid or unexpected token],
120
120
]
121
121
`;
122
122
123
-
exports[`app option > should work using "connect" application and "spdy" server > should handle GET request to index route (/) > page errors 1`] = `[]`;
124
-
125
123
exports[`app option > should work using "connect" application and "spdy" server > should handle GET request to index route (/) > response status 1`] = `200`;
126
124
127
125
exports[`app option > should work using "connect" application and "spdy" server > should handle GET request to index route (/) > response text 1`] = `
@@ -196,16 +194,14 @@ exports[`app option > should work using "express" application and "https" server
196
194
"
197
195
`;
198
196
199
-
exports[`app option > should work using "express" application and "spdy" server > should handle GET request to index route (/) > console messages 1`] = `
197
+
exports[`app option > should work using "express" application and "spdy" server > should handle GET request to index route (/) > console messages 1`] = `[]`;
198
+
199
+
exports[`app option > should work using "express" application and "spdy" server > should handle GET request to index route (/) > page errors 1`] = `
200
200
[
201
-
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
202
-
"[HMR] Waiting for update signal from WDS...",
203
-
"Hey.",
201
+
[SyntaxError: Invalid or unexpected token],
204
202
]
205
203
`;
206
204
207
-
exports[`app option > should work using "express" application and "spdy" server > should handle GET request to index route (/) > page errors 1`] = `[]`;
208
-
209
205
exports[`app option > should work using "express" application and "spdy" server > should handle GET request to index route (/) > response status 1`] = `200`;
210
206
211
207
exports[`app option > should work using "express" application and "spdy" server > should handle GET request to index route (/) > response text 1`] = `
0 commit comments