Skip to content

Commit debf428

Browse files
test: update snapshots
1 parent ca483f6 commit debf428

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@ exports[`Server Server.getFreePort should throws the error when the port isn't f
5858

5959
exports[`Server normalizeOptions allowedHosts is array 1`] = `
6060
Object {
61-
"allowedHosts": Array [
62-
"all",
63-
],
61+
"allowedHosts": "all",
6462
"bonjour": false,
6563
"client": Object {
6664
"logging": "info",

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@ exports[`Server Server.getFreePort should throws the error when the port isn't f
5858

5959
exports[`Server normalizeOptions allowedHosts is array 1`] = `
6060
Object {
61-
"allowedHosts": Array [
62-
"all",
63-
],
61+
"allowedHosts": "all",
6462
"bonjour": false,
6563
"client": Object {
6664
"logging": "info",

0 commit comments

Comments
 (0)