Skip to content

Commit acca22a

Browse files
committed
Update snapshots to make the test pass
1 parent e12147e commit acca22a

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

test/cli/__snapshots__/server-option.test.js.snap.webpack5

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ exports[`"server" CLI options should work using "--server-options-key-reset --se
5252
`;
5353

5454
exports[`"server" CLI options should work using "--server-options-request-cert" 1`] = `
55-
"<i> [webpack-dev-server] SSL certificate: <cwd>/node_modules/.cache/webpack-dev-server/server.pem
55+
"<i> [webpack-dev-server] Generating SSL certificate...
56+
<i> [webpack-dev-server] SSL certificate: <cwd>/node_modules/.cache/webpack-dev-server/server.pem
5657
<i> [webpack-dev-server] Project is running at:
5758
<i> Loopback: https://localhost:<port>/, https://<ip-v4>:<port>/, https://[<ip-v6>]:<port>/
5859
<i> [webpack-dev-server] On Your Network (IPv4): https://<ip-v4>:<port>/

test/e2e/__snapshots__/hot-and-live-reload.test.js.snap.webpack5

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,6 @@ Array [
266266
"[webpack-dev-server] App updated. Recompiling...",
267267
"[webpack-dev-server] App hot update...",
268268
"[HMR] Checking for updates on the server...",
269-
"[webpack-dev-server] App updated. Recompiling...",
270-
"[webpack-dev-server] Nothing changed.",
271269
"[HMR] Updated modules:",
272270
"[HMR] - ./main.css",
273271
"[HMR] - ../../../node_modules/css-loader/dist/cjs.js!./main.css",

test/fixtures/static-config/public/node_modules/index.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)