Skip to content

Commit

Permalink
test: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Aug 23, 2021
1 parent ca483f6 commit debf428
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions test/server/__snapshots__/Server.test.js.snap.webpack4
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ exports[`Server Server.getFreePort should throws the error when the port isn't f

exports[`Server normalizeOptions allowedHosts is array 1`] = `
Object {
"allowedHosts": Array [
"all",
],
"allowedHosts": "all",
"bonjour": false,
"client": Object {
"logging": "info",
Expand Down
4 changes: 1 addition & 3 deletions test/server/__snapshots__/Server.test.js.snap.webpack5
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ exports[`Server Server.getFreePort should throws the error when the port isn't f

exports[`Server normalizeOptions allowedHosts is array 1`] = `
Object {
"allowedHosts": Array [
"all",
],
"allowedHosts": "all",
"bonjour": false,
"client": Object {
"logging": "info",
Expand Down

0 comments on commit debf428

Please # to comment.