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
+2-2Lines changed: 2 additions & 2 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,7 +62,7 @@ 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`;
0 commit comments