Skip to content

Commit

Permalink
test: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Aug 22, 2021
1 parent 7c23aac commit f42dd7e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions test/server/__snapshots__/Server.test.js.snap.webpack4
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exports[`Server DevServerPlugin add hot option 1`] = `
Array [
Array [
"client",
"index.js?protocol=ws%3A&hostname=localhost&port=8124&pathname=%2Fws&logging=info",
"index.js?protocol=ws%3A&hostname=localhost&port=8125&pathname=%2Fws&logging=info",
],
Array [
"node_modules",
Expand All @@ -22,7 +22,7 @@ exports[`Server DevServerPlugin add hot-only option 1`] = `
Array [
Array [
"client",
"index.js?protocol=ws%3A&hostname=localhost&port=8124&pathname=%2Fws&logging=info",
"index.js?protocol=ws%3A&hostname=localhost&port=8125&pathname=%2Fws&logging=info",
],
Array [
"node_modules",
Expand All @@ -40,7 +40,7 @@ exports[`Server DevServerPlugin should create and run server with old parameters
Array [
Array [
"client",
"index.js?protocol=ws%3A&hostname=localhost&port=8124&pathname=%2Fws&logging=info",
"index.js?protocol=ws%3A&hostname=localhost&port=8125&pathname=%2Fws&logging=info",
],
Array [
"node_modules",
Expand Down
6 changes: 3 additions & 3 deletions test/server/__snapshots__/Server.test.js.snap.webpack5
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exports[`Server DevServerPlugin add hot option 1`] = `
Array [
Array [
"client",
"index.js?protocol=ws%3A&hostname=localhost&port=8124&pathname=%2Fws&logging=info",
"index.js?protocol=ws%3A&hostname=localhost&port=8125&pathname=%2Fws&logging=info",
],
Array [
"node_modules",
Expand All @@ -22,7 +22,7 @@ exports[`Server DevServerPlugin add hot-only option 1`] = `
Array [
Array [
"client",
"index.js?protocol=ws%3A&hostname=localhost&port=8124&pathname=%2Fws&logging=info",
"index.js?protocol=ws%3A&hostname=localhost&port=8125&pathname=%2Fws&logging=info",
],
Array [
"node_modules",
Expand All @@ -40,7 +40,7 @@ exports[`Server DevServerPlugin should create and run server with old parameters
Array [
Array [
"client",
"index.js?protocol=ws%3A&hostname=localhost&port=8124&pathname=%2Fws&logging=info",
"index.js?protocol=ws%3A&hostname=localhost&port=8125&pathname=%2Fws&logging=info",
],
Array [
"node_modules",
Expand Down

0 comments on commit f42dd7e

Please sign in to comment.