Skip to content

Commit b25b515

Browse files
committed
test: update cli snapshots
1 parent f42dd7e commit b25b515

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ Options:
9999
--ipc [value] Listen to a unix socket.
100100
--live-reload Enables reload/refresh the page(s) when file changes are detected (enabled by default).
101101
--no-live-reload Disables reload/refresh the page(s) when file changes are detected (enabled by default)
102+
--magic-html Enables/Disables magic HTML routes (enabled by default).
103+
--no-magic-html Negative 'magic-html' option.
102104
--open [value...] Allows to configure dev server to open the browser(s) and page(s) after server had been started (set it to true to open your default browser).
103105
--no-open Does not open the default browser.
104106
--open-target <value...> Opens specified page in browser.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ Options:
9898
--ipc [value] Listen to a unix socket.
9999
--live-reload Enables reload/refresh the page(s) when file changes are detected (enabled by default).
100100
--no-live-reload Negative 'live-reload' option.
101+
--magic-html Enables/Disables magic HTML routes (enabled by default).
102+
--no-magic-html Negative 'magic-html' option.
101103
--open [value...] Allows to configure dev server to open the browser(s) and page(s) after server had been started (set it to true to open your default browser).
102104
--no-open Negative 'open' option.
103105
--open-target <value...> Opens specified page in browser.

0 commit comments

Comments
 (0)