Skip to content

Commit ca0d307

Browse files
committed
fix: update webSocketTransport configuration to include webSocketURL and host
1 parent 0c3ec0b commit ca0d307

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

test/e2e/client.test.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,17 @@ describe("client option", () => {
103103
{
104104
client: {
105105
webSocketTransport: "ws",
106+
webSocketURL: {
107+
pathname: "/foo/test/bar",
108+
},
106109
},
107110
webSocketServer: {
108111
type: "ws",
109112
options: {
110-
host: "localhost",
111-
port,
112113
path: "/foo/test/bar",
113114
},
114115
},
116+
host: "localhost",
115117
port,
116118
},
117119
compiler,

0 commit comments

Comments
 (0)