Skip to content

Commit

Permalink
Update snapshots to make the test pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Siegrift committed May 3, 2022
1 parent d8da5ca commit 6465d5a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion test/cli/__snapshots__/server-option.test.js.snap.webpack5
Expand Up @@ -52,7 +52,8 @@ exports[`"server" CLI options should work using "--server-options-key-reset --se
`;

exports[`"server" CLI options should work using "--server-options-request-cert" 1`] = `
"<i> [webpack-dev-server] SSL certificate: <cwd>/node_modules/.cache/webpack-dev-server/server.pem
"<i> [webpack-dev-server] Generating SSL certificate...
<i> [webpack-dev-server] SSL certificate: <cwd>/node_modules/.cache/webpack-dev-server/server.pem
<i> [webpack-dev-server] Project is running at:
<i> Loopback: https://localhost:<port>/, https://<ip-v4>:<port>/, https://[<ip-v6>]:<port>/
<i> [webpack-dev-server] On Your Network (IPv4): https://<ip-v4>:<port>/
Expand Down
Expand Up @@ -266,8 +266,6 @@ Array [
"[webpack-dev-server] App updated. Recompiling...",
"[webpack-dev-server] App hot update...",
"[HMR] Checking for updates on the server...",
"[webpack-dev-server] App updated. Recompiling...",
"[webpack-dev-server] Nothing changed.",
"[HMR] Updated modules:",
"[HMR] - ./main.css",
"[HMR] - ../../../node_modules/css-loader/dist/cjs.js!./main.css",
Expand Down
Empty file.
1 change: 0 additions & 1 deletion test/fixtures/static-config/public/node_modules/index.html

This file was deleted.

0 comments on commit 6465d5a

Please sign in to comment.