Skip to content

Commit 6b94f09

Browse files
test: fix
1 parent 1c8757b commit 6b94f09

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

test/e2e/__snapshots__/web-socket-server-and-transport.test.js.snap.webpack4

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`web socket server and transport should allow to disable default client 1`] = `
4-
Array [
5-
"[HMR] Waiting for update signal from WDS...",
6-
]
7-
`;
8-
93
exports[`web socket server and transport should throw an error on wrong path 1`] = `"When you use custom web socket implementation you must explicitly specify client.transport. client.transport must be a string denoting a default implementation (e.g. 'sockjs', 'ws') or a full path to a JS file via require.resolve(...) which exports a class "`;
104

115
exports[`web socket server and transport should use "sockjs" transport and "sockjs" web socket server 1`] = `

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`web socket server and transport should allow to disable default client 1`] = `
4-
Array [
5-
"[HMR] Waiting for update signal from WDS...",
6-
]
7-
`;
8-
93
exports[`web socket server and transport should throw an error on wrong path 1`] = `"When you use custom web socket implementation you must explicitly specify client.transport. client.transport must be a string denoting a default implementation (e.g. 'sockjs', 'ws') or a full path to a JS file via require.resolve(...) which exports a class "`;
104

115
exports[`web socket server and transport should use "sockjs" transport and "sockjs" web socket server 1`] = `

0 commit comments

Comments
 (0)