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
@@ -70,14 +70,14 @@ exports[`Built in routes with simple config should handles GET request to sockjs
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`] = `"text/javascript; charset=UTF-8"`;
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"`;
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`] = `"text/javascript; charset=UTF-8"`;
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"`;
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