Skip to content

Commit 8769de7

Browse files
test: fix
1 parent a4da8e8 commit 8769de7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/e2e/__snapshots__/built-in-routes.test.js.snap.webpack5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,14 @@ exports[`Built in routes with simple config should handles GET request to sockjs
7070

7171
exports[`Built in routes with simple config should handles GET request to sockjs bundle: page errors 1`] = `[]`;
7272

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

7575
exports[`Built in routes with simple config should handles GET request to sockjs bundle: response status 1`] = `200`;
7676

7777
exports[`Built in routes with simple config should handles HEAD request to sockjs bundle: console messages 1`] = `[]`;
7878

7979
exports[`Built in routes with simple config should handles HEAD request to sockjs bundle: page errors 1`] = `[]`;
8080

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

8383
exports[`Built in routes with simple config should handles HEAD request to sockjs bundle: response status 1`] = `200`;

test/e2e/__snapshots__/web-socket-server-url.test.js.snap.webpack5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`web socket server URL should not work and output disconnect wrong web socket URL ("sockjs"): console messages 1`] = `
44
[

0 commit comments

Comments
 (0)