Skip to content

Commit eb16265

Browse files
committed
fix: cli test
1 parent f95c0c6 commit eb16265

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Options:
108108
--client-transport <value> Allows to set custom transport to communicate with dev server.
109109
--client-web-socket-url <value> Allows to specify URL to web socket server (useful when you're proxying dev server and client script does not
110110
always know where to connect to).
111-
--client-web-socket-url-host <value> Tells clients connected to devServer to use the provided host.
111+
--client-web-socket-url-hostname <value> Tells clients connected to devServer to use the provided host.
112112
--client-web-socket-url-path <value> Tells clients connected to devServer to use the provided path to connect.
113113
--client-web-socket-url-port <value> Tells clients connected to devServer to use the provided port.
114114
--client-web-socket-url-protocol <value> Tells clients connected to devServer to use the provided protocol.

test/cli/__snapshots__/cli.test.js.snap.webpack4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Options:
6969
--client-hot-entry Injects a Hot Module Replacement entry.
7070
--no-client-hot-entry Does not injects a Hot Module Replacement entry.
7171
--client-web-socket-url <value> Allows to specify URL to web socket server (useful when you're proxying dev server and client script does not always know where to connect to).
72-
--client-web-socket-url-host <value> Tells clients connected to devServer to use the provided host.
72+
--client-web-socket-url-hostname <value> Tells clients connected to devServer to use the provided host.
7373
--client-web-socket-url-port <value> Tells clients connected to devServer to use the provided port.
7474
--client-web-socket-url-path <value> Tells clients connected to devServer to use the provided path to connect.
7575
--client-web-socket-url-protocol <value> Tells clients connected to devServer to use the provided protocol.

test/cli/__snapshots__/cli.test.js.snap.webpack5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Options:
7070
--no-client-progress Negative 'client-progress' option.
7171
--client-transport <value> Allows to set custom transport to communicate with dev server.
7272
--client-web-socket-url <value> Allows to specify URL to web socket server (useful when you're proxying dev server and client script does not always know where to connect to).
73-
--client-web-socket-url-host <value> Tells clients connected to devServer to use the provided host.
73+
--client-web-socket-url-hostname <value> Tells clients connected to devServer to use the provided host.
7474
--client-web-socket-url-path <value> Tells clients connected to devServer to use the provided path to connect.
7575
--client-web-socket-url-port <value> Tells clients connected to devServer to use the provided port.
7676
--client-web-socket-url-protocol <value> Tells clients connected to devServer to use the provided protocol.

0 commit comments

Comments
 (0)