Skip to content

Commit

Permalink
test: update
Browse files Browse the repository at this point in the history
  • Loading branch information
anshumanv committed May 26, 2021
1 parent 1dde16c commit 8ed8d6b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Object {
"client": Object {
"hotEntry": true,
"overlay": true,
"webSocketURL": Object {},
},
"compress": true,
"devMiddleware": Object {},
Expand Down Expand Up @@ -41,6 +42,7 @@ Object {
"hotEntry": true,
"overlay": true,
"transport": "/path/to/custom/client/",
"webSocketURL": Object {},
},
"compress": true,
"devMiddleware": Object {},
Expand Down Expand Up @@ -73,10 +75,12 @@ exports[`normalizeOptions client host and port should set correct options 1`] =
Object {
"allowedHosts": false,
"client": Object {
"host": "my.host",
"hotEntry": true,
"overlay": true,
"port": 9000,
"webSocketURL": Object {
"host": "my.host",
"port": 9000,
},
},
"compress": true,
"devMiddleware": Object {},
Expand Down Expand Up @@ -111,7 +115,9 @@ Object {
"client": Object {
"hotEntry": true,
"overlay": true,
"path": "/custom/path/",
"webSocketURL": Object {
"path": "/custom/path/",
},
},
"compress": true,
"devMiddleware": Object {},
Expand Down Expand Up @@ -146,7 +152,9 @@ Object {
"client": Object {
"hotEntry": true,
"overlay": true,
"path": "custom/path",
"webSocketURL": Object {
"path": "custom/path",
},
},
"compress": true,
"devMiddleware": Object {},
Expand Down Expand Up @@ -182,6 +190,7 @@ Object {
"hotEntry": true,
"overlay": true,
"transport": "sockjs",
"webSocketURL": Object {},
},
"compress": true,
"devMiddleware": Object {},
Expand Down Expand Up @@ -253,6 +262,7 @@ Object {
"hotEntry": true,
"overlay": true,
"transport": "ws",
"webSocketURL": Object {},
},
"compress": true,
"devMiddleware": Object {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Object {
"client": Object {
"hotEntry": true,
"overlay": true,
"webSocketURL": Object {},
},
"compress": true,
"devMiddleware": Object {},
Expand Down Expand Up @@ -41,6 +42,7 @@ Object {
"hotEntry": true,
"overlay": true,
"transport": "/path/to/custom/client/",
"webSocketURL": Object {},
},
"compress": true,
"devMiddleware": Object {},
Expand Down Expand Up @@ -73,10 +75,12 @@ exports[`normalizeOptions client host and port should set correct options 1`] =
Object {
"allowedHosts": false,
"client": Object {
"host": "my.host",
"hotEntry": true,
"overlay": true,
"port": 9000,
"webSocketURL": Object {
"host": "my.host",
"port": 9000,
},
},
"compress": true,
"devMiddleware": Object {},
Expand Down Expand Up @@ -111,7 +115,9 @@ Object {
"client": Object {
"hotEntry": true,
"overlay": true,
"path": "/custom/path/",
"webSocketURL": Object {
"path": "/custom/path/",
},
},
"compress": true,
"devMiddleware": Object {},
Expand Down Expand Up @@ -146,7 +152,9 @@ Object {
"client": Object {
"hotEntry": true,
"overlay": true,
"path": "custom/path",
"webSocketURL": Object {
"path": "custom/path",
},
},
"compress": true,
"devMiddleware": Object {},
Expand Down Expand Up @@ -182,6 +190,7 @@ Object {
"hotEntry": true,
"overlay": true,
"transport": "sockjs",
"webSocketURL": Object {},
},
"compress": true,
"devMiddleware": Object {},
Expand Down Expand Up @@ -253,6 +262,7 @@ Object {
"hotEntry": true,
"overlay": true,
"transport": "ws",
"webSocketURL": Object {},
},
"compress": true,
"devMiddleware": Object {},
Expand Down

0 comments on commit 8ed8d6b

Please sign in to comment.