8000 chore: fix typo (#5508) · webpack/webpack-dev-server@f7fec94 · GitHub
[go: up one dir, main page]

Skip to content

Commit f7fec94

Browse files
authored
chore: fix typo (#5508)
1 parent 6ee8cd0 commit f7fec94

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

test/e2e/__snapshots__/web-socket-server-url.test.js.snap.webpack5

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -589,25 +589,25 @@ exports[`web socket server URL should work with the "client.webSocketURL.protoco
589589

590590
exports[`web socket server URL should work with the "client.webSocketURL.protocol" option using "auto:" value ("ws"): page errors 1`] = `[]`;
591591

592-
exports[`web socket server URL should work with the "client.webSocketURL.protocol" option using "http:" value and covert to "ws:" ("sockjs"): console messages 1`] = `
592+
exports[`web socket server URL should work with the "client.webSocketURL.protocol" option using "http:" value and convert to "ws:" ("sockjs"): console messages 1`] = `
593593
[
594594
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
595595
"[HMR] Waiting for update signal from WDS...",
596596
"Hey.",
597597
]
598598
`;
599599

600-
exports[`web socket server URL should work with the "client.webSocketURL.protocol" option using "http:" value and covert to "ws:" ("sockjs"): page errors 1`] = `[]`;
600+
exports[`web socket server URL should work with the "client.webSocketURL.protocol" option using "http:" value and convert to "ws:" ("sockjs"): page errors 1`] = `[]`;
601601

602-
exports[`web socket server URL should work with the "client.webSocketURL.protocol" option using "http:" value and covert to "ws:" ("ws"): console messages 1`] = `
602+
exports[`web socket server URL should work with the "client.webSocketURL.protocol" option using "http:" value and convert to "ws:" ("ws"): console messages 1`] = `
603603
[
604604
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
605605
"[HMR] Waiting for update signal from WDS...",
606606
"Hey.",
607607
]
608608
`;
609609

610-
exports[`web socket server URL should work with the "client.webSocketURL.protocol" option using "http:" value and covert to "ws:" ("ws"): page errors 1`] = `[]`;
610+
exports[`web socket server URL should work with the "client.webSocketURL.protocol" option using "http:" value and convert to "ws:" ("ws"): page errors 1`] = `[]`;
611611

612612
exports[`web socket server URL should work with the "client.webSocketURL.username" and "client.webSocketURL.password" option ("sockjs"): console messages 1`] = `
613613
[

test/e2e/web-socket-server-url.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ describe("web socket server URL", () => {
570570
}
571571
});
572572

573-
it(`should work with the "client.webSocketURL.protocol" option using "http:" value and covert to "ws:" ("${webSocketServer}")`, async () => {
573+
it(`should work with the "client.webSocketURL.protocol" option using "http:" value and convert to "ws:" ("${webSocketServer}")`, async () => {
574574
const compiler = webpack(config);
575575
const devServerOptions = {
576576
client: {

0 commit comments

Comments
 (0)
0