Skip to content

Commit 6a47eac

Browse files
committed
feat: allow username and password in clientURL
1 parent b279387 commit 6a47eac

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/server/__snapshots__/Server.test.js.snap.webpack4

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exports[`Server DevServerPlugin add hot option 1`] = `
44
Array [
55
Array [
66
"client",
7-
"index.js?ws%3A%2F%2Flocalhost%3A8103%2Fws",
7+
"index.js?ws%3A%2F%2Flocalhost%3A8104%2Fws",
88
],
99
Array [
1010
"node_modules",
@@ -22,7 +22,7 @@ exports[`Server DevServerPlugin add hot-only option 1`] = `
2222
Array [
2323
Array [
2424
"client",
25-
"index.js?ws%3A%2F%2Flocalhost%3A8103%2Fws",
25+
"index.js?ws%3A%2F%2Flocalhost%3A8104%2Fws",
2626
],
2727
Array [
2828
"node_modules",
@@ -40,7 +40,7 @@ exports[`Server DevServerPlugin should create and run server with old parameters
4040
Array [
4141
Array [
4242
"client",
43-
"index.js?ws%3A%2F%2Flocalhost%3A8103%2Fws",
43+
"index.js?ws%3A%2F%2Flocalhost%3A8104%2Fws",
4444
],
4545
Array [
4646
"node_modules",

test/server/servers/__snapshots__/WebsocketServer.test.js.snap.webpack4

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

3-
exports[`WebsocketServer should receive connection, send message, and close client 1`] = `"localhost:8129"`;
3+
exports[`WebsocketServer should receive connection, send message, and close client 1`] = `"localhost:8130"`;
44

55
exports[`WebsocketServer should receive connection, send message, and close client 2`] = `
66
Array [

0 commit comments

Comments
 (0)