Skip to content

Commit

Permalink
test: fix snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Oct 6, 2021
1 parent aa83cce commit 3653449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cli/__snapshots__/basic.test.js.snap.webpack5
Expand Up @@ -70,7 +70,7 @@ Options:
--client-progress Prints compilation progress in percentage in the browser.
--no-client-progress Negative 'client-progress' option.
--client-reconnect [value] Tells dev-server the number of times it should try to reconnect the client.
--no-client-reconnect Tells dev-server to not to try to connect the client.
--no-client-reconnect Negative 'client-reconnect' option.
--client-web-socket-transport <value> Allows to set custom web socket transport to communicate with dev server.
--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).
--client-web-socket-url-hostname <value> Tells clients connected to devServer to use the provided hostname.
Expand Down

0 comments on commit 3653449

Please sign in to comment.