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__/history-api-fallback.test.js.snap.webpack4
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -130,6 +130,15 @@ exports[`historyApiFallback option as object with the "verbose" option request t
130
130
"
131
131
`;
132
132
133
+
exports[`historyApiFallback option in-memory files should perform HEAD request in same way as GET: response headers content-type 1`] = `"text/html; charset=utf-8"`;
134
+
135
+
exports[`historyApiFallback option in-memory files should perform HEAD request in same way as GET: response status 1`] = `"OK"`;
136
+
137
+
exports[`historyApiFallback option in-memory files should perform HEAD request in same way as GET: response text 1`] = `
138
+
"In-memory file
139
+
"
140
+
`;
141
+
133
142
exports[`historyApiFallback option in-memory files should take precedence over static files: console messages 1`] = `Array []`;
134
143
135
144
exports[`historyApiFallback option in-memory files should take precedence over static files: page errors 1`] = `Array []`;
0 commit comments