From 365344951f3fde70fe0d91087c3486d21393791e Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Wed, 6 Oct 2021 17:15:48 +0530 Subject: [PATCH] test: fix snapshot --- test/cli/__snapshots__/basic.test.js.snap.webpack5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cli/__snapshots__/basic.test.js.snap.webpack5 b/test/cli/__snapshots__/basic.test.js.snap.webpack5 index dfc077056d..bc996eea90 100644 --- a/test/cli/__snapshots__/basic.test.js.snap.webpack5 +++ b/test/cli/__snapshots__/basic.test.js.snap.webpack5 @@ -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 Allows to set custom web socket transport to communicate with dev server. --client-web-socket-url 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 Tells clients connected to devServer to use the provided hostname.