Skip to content

Commit 2e4564c

Browse files
committed
test: update snapshots
1 parent 2cbc69f commit 2e4564c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ Options:
8080
--client-web-socket-url-password <value> Tells clients connected to devServer to use the provided password to authenticate.
8181
--web-socket-server <value> Allows to set web socket server and options (by default 'ws').
8282
--no-web-socket-server Negative 'web-socket-server' option.
83+
--web-socket-server-type <value> Allows to set web socket server and options (by default 'ws').
8384
--compress Enables gzip compression for everything served.
8485
--no-compress Disables gzip compression for everything served.
8586
--history-api-fallback Allows to proxy requests through a specified index page (by default 'index.html'), useful for Single Page Applications that utilise the HTML5 History API.

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

+1
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ Options:
149149
--watch-files-reset Clear all items provided in 'watchFiles' configuration. Allows to configure list of globs/directories/files to watch for file changes.
150150
--web-socket-server <value> Allows to set web socket server and options (by default 'ws').
151151
--no-web-socket-server Negative 'web-socket-server' option.
152+
--web-socket-server-type <value> Allows to set web socket server and options (by default 'ws').
152153

153154
Global options:
154155
--color Enable colors on console.

0 commit comments

Comments
 (0)