Skip to content

Commit 496fe00

Browse files
committed
test: update history-api-fallback snapshot for webpack4
1 parent 64d8def commit 496fe00

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

test/e2e/__snapshots__/history-api-fallback.test.js.snap.webpack4

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,15 @@ exports[`historyApiFallback option as object with the "verbose" option request t
130130
"
131131
`;
132132

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+
133142
exports[`historyApiFallback option in-memory files should take precedence over static files: console messages 1`] = `Array []`;
134143

135144
exports[`historyApiFallback option in-memory files should take precedence over static files: page errors 1`] = `Array []`;

0 commit comments

Comments
 (0)