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.webpack5
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ exports[`historyApiFallback option as object with static and rewrites historyApi
30
30
31
31
exports[`historyApiFallback option as object with static and rewrites historyApiFallback respect any other specified rewrites: page errors 1`] = `[]`;
32
32
33
-
exports[`historyApiFallback option as object with static and rewrites historyApiFallback respect any other specified rewrites: response headers content-type 1`] = `"text/html; charset=UTF-8"`;
33
+
exports[`historyApiFallback option as object with static and rewrites historyApiFallback respect any other specified rewrites: response headers content-type 1`] = `"text/html; charset=utf-8"`;
34
34
35
35
exports[`historyApiFallback option as object with static and rewrites historyApiFallback respect any other specified rewrites: response status 1`] = `200`;
36
36
@@ -43,7 +43,7 @@ exports[`historyApiFallback option as object with static and rewrites historyApi
43
43
44
44
exports[`historyApiFallback option as object with static and rewrites historyApiFallback respect rewrites and shows index for unknown urls: page errors 1`] = `[]`;
45
45
46
-
exports[`historyApiFallback option as object with static and rewrites historyApiFallback respect rewrites and shows index for unknown urls: response headers content-type 1`] = `"text/html; charset=UTF-8"`;
46
+
exports[`historyApiFallback option as object with static and rewrites historyApiFallback respect rewrites and shows index for unknown urls: response headers content-type 1`] = `"text/html; charset=utf-8"`;
47
47
48
48
exports[`historyApiFallback option as object with static and rewrites historyApiFallback respect rewrites and shows index for unknown urls: response status 1`] = `200`;
49
49
@@ -56,7 +56,7 @@ exports[`historyApiFallback option as object with static and rewrites historyApi
56
56
57
57
exports[`historyApiFallback option as object with static and rewrites historyApiFallback respect rewrites for index: page errors 1`] = `[]`;
58
58
59
-
exports[`historyApiFallback option as object with static and rewrites historyApiFallback respect rewrites for index: response headers content-type 1`] = `"text/html; charset=UTF-8"`;
59
+
exports[`historyApiFallback option as object with static and rewrites historyApiFallback respect rewrites for index: response headers content-type 1`] = `"text/html; charset=utf-8"`;
60
60
61
61
exports[`historyApiFallback option as object with static and rewrites historyApiFallback respect rewrites for index: response status 1`] = `200`;
62
62
@@ -82,7 +82,7 @@ exports[`historyApiFallback option as object with static should handle GET reque
82
82
83
83
exports[`historyApiFallback option as object with static should handle GET request to directory: page errors 1`] = `[]`;
84
84
85
-
exports[`historyApiFallback option as object with static should handle GET request to directory: response headers content-type 1`] = `"text/html; charset=UTF-8"`;
85
+
exports[`historyApiFallback option as object with static should handle GET request to directory: response headers content-type 1`] = `"text/html; charset=utf-8"`;
86
86
87
87
exports[`historyApiFallback option as object with static should handle GET request to directory: response status 1`] = `200`;
88
88
@@ -95,7 +95,7 @@ exports[`historyApiFallback option as object with static should prefer static fi
95
95
96
96
exports[`historyApiFallback option as object with static should prefer static file over historyApiFallback: page errors 1`] = `[]`;
97
97
98
-
exports[`historyApiFallback option as object with static should prefer static file over historyApiFallback: response headers content-type 1`] = `"text/plain; charset=UTF-8"`;
98
+
exports[`historyApiFallback option as object with static should prefer static file over historyApiFallback: response headers content-type 1`] = `"text/plain; charset=utf-8"`;
99
99
100
100
exports[`historyApiFallback option as object with static should prefer static file over historyApiFallback: response status 1`] = `200`;
0 commit comments