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__/built-in-routes.test.js.snap.webpack5
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ exports[`Built in routes with simple config should handle GET request to invalid
46
46
47
47
exports[`Built in routes with simple config should handle GET request to magic async chunk: console messages 1`] = `[]`;
48
48
49
-
exports[`Built in routes with simple config should handle GET request to magic async chunk: response headers content-type 1`] = `"application/javascript; charset=utf-8"`;
49
+
exports[`Built in routes with simple config should handle GET request to magic async chunk: response headers content-type 1`] = `"text/javascript; charset=utf-8"`;
50
50
51
51
exports[`Built in routes with simple config should handle GET request to magic async chunk: response status 1`] = `200`;
52
52
@@ -62,22 +62,22 @@ exports[`Built in routes with simple config should handle HEAD request to direct
62
62
63
63
exports[`Built in routes with simple config should handle HEAD request to magic async chunk: console messages 1`] = `[]`;
64
64
65
-
exports[`Built in routes with simple config should handle HEAD request to magic async chunk: response headers content-type 1`] = `"application/javascript; charset=utf-8"`;
65
+
exports[`Built in routes with simple config should handle HEAD request to magic async chunk: response headers content-type 1`] = `"text/javascript; charset=utf-8"`;
66
66
67
67
exports[`Built in routes with simple config should handle HEAD request to magic async chunk: response status 1`] = `200`;
68
68
69
69
exports[`Built in routes with simple config should handles GET request to sockjs bundle: console messages 1`] = `[]`;
70
70
71
71
exports[`Built in routes with simple config should handles GET request to sockjs bundle: page errors 1`] = `[]`;
72
72
73
-
exports[`Built in routes with simple config should handles GET request to sockjs bundle: response headers content-type 1`] = `"application/javascript; charset=UTF-8"`;
73
+
exports[`Built in routes with simple config should handles GET request to sockjs bundle: response headers content-type 1`] = `"text/javascript; charset=UTF-8"`;
74
74
75
75
exports[`Built in routes with simple config should handles GET request to sockjs bundle: response status 1`] = `200`;
76
76
77
77
exports[`Built in routes with simple config should handles HEAD request to sockjs bundle: console messages 1`] = `[]`;
78
78
79
79
exports[`Built in routes with simple config should handles HEAD request to sockjs bundle: page errors 1`] = `[]`;
80
80
81
-
exports[`Built in routes with simple config should handles HEAD request to sockjs bundle: response headers content-type 1`] = `"application/javascript; charset=UTF-8"`;
81
+
exports[`Built in routes with simple config should handles HEAD request to sockjs bundle: response headers content-type 1`] = `"text/javascript; charset=UTF-8"`;
82
82
83
83
exports[`Built in routes with simple config should handles HEAD request to sockjs bundle: response status 1`] = `200`;
0 commit comments