We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 881b4b8 commit 4eca98cCopy full SHA for 4eca98c
test/e2e/client.test.js
@@ -233,15 +233,15 @@ describe("client option", () => {
233
shouldThrow: false,
234
},
235
{
236
- title: "as a nonexistent path",
+ title: "as a nonexistent path (sockjs)",
237
client: {
238
webSocketTransport: "/bad/path/to/implementation",
239
240
webSocketServer: "sockjs",
241
shouldThrow: true,
242
243
244
+ title: "as a nonexistent path (ws)",
245
246
247
0 commit comments