Skip to content

Commit 4053991

Browse files
committed
test: update snapshots for history-api
Signed-off-by: Sebastian Beltran <[email protected]>
1 parent d79947d commit 4053991

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ exports[`historyApiFallback option as object with static and rewrites historyApi
3030

3131
exports[`historyApiFallback option as object with static and rewrites historyApiFallback respect any other specified rewrites: page errors 1`] = `[]`;
3232

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"`;
3434

3535
exports[`historyApiFallback option as object with static and rewrites historyApiFallback respect any other specified rewrites: response status 1`] = `200`;
3636

@@ -43,7 +43,7 @@ exports[`historyApiFallback option as object with static and rewrites historyApi
4343

4444
exports[`historyApiFallback option as object with static and rewrites historyApiFallback respect rewrites and shows index for unknown urls: page errors 1`] = `[]`;
4545

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"`;
4747

4848
exports[`historyApiFallback option as object with static and rewrites historyApiFallback respect rewrites and shows index for unknown urls: response status 1`] = `200`;
4949

@@ -56,7 +56,7 @@ exports[`historyApiFallback option as object with static and rewrites historyApi
5656

5757
exports[`historyApiFallback option as object with static and rewrites historyApiFallback respect rewrites for index: page errors 1`] = `[]`;
5858

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"`;
6060

6161
exports[`historyApiFallback option as object with static and rewrites historyApiFallback respect rewrites for index: response status 1`] = `200`;
6262

@@ -82,7 +82,7 @@ exports[`historyApiFallback option as object with static should handle GET reque
8282

8383
exports[`historyApiFallback option as object with static should handle GET request to directory: page errors 1`] = `[]`;
8484

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"`;
8686

8787
exports[`historyApiFallback option as object with static should handle GET request to directory: response status 1`] = `200`;
8888

@@ -95,7 +95,7 @@ exports[`historyApiFallback option as object with static should prefer static fi
9595

9696
exports[`historyApiFallback option as object with static should prefer static file over historyApiFallback: page errors 1`] = `[]`;
9797

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"`;
9999

100100
exports[`historyApiFallback option as object with static should prefer static file over historyApiFallback: response status 1`] = `200`;
101101

0 commit comments

Comments
 (0)