Skip to content

Commit f42dd7e

Browse files
committed
test: update snapshots
1 parent 7c23aac commit f42dd7e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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?protocol=ws%3A&hostname=localhost&port=8124&pathname=%2Fws&logging=info",
7+
"index.js?protocol=ws%3A&hostname=localhost&port=8125&pathname=%2Fws&logging=info",
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?protocol=ws%3A&hostname=localhost&port=8124&pathname=%2Fws&logging=info",
25+
"index.js?protocol=ws%3A&hostname=localhost&port=8125&pathname=%2Fws&logging=info",
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?protocol=ws%3A&hostname=localhost&port=8124&pathname=%2Fws&logging=info",
43+
"index.js?protocol=ws%3A&hostname=localhost&port=8125&pathname=%2Fws&logging=info",
4444
],
4545
Array [
4646
"node_modules",

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

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?protocol=ws%3A&hostname=localhost&port=8124&pathname=%2Fws&logging=info",
7+
"index.js?protocol=ws%3A&hostname=localhost&port=8125&pathname=%2Fws&logging=info",
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?protocol=ws%3A&hostname=localhost&port=8124&pathname=%2Fws&logging=info",
25+
"index.js?protocol=ws%3A&hostname=localhost&port=8125&pathname=%2Fws&logging=info",
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?protocol=ws%3A&hostname=localhost&port=8124&pathname=%2Fws&logging=info",
43+
"index.js?protocol=ws%3A&hostname=localhost&port=8125&pathname=%2Fws&logging=info",
4444
],
4545
Array [
4646
"node_modules",

0 commit comments

Comments
 (0)