Skip to content

Commit

Permalink
test: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Nov 4, 2024
1 parent 95b51e8 commit 3d5089c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/api/__snapshots__/CLI.test.js.snap.webpack5
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
exports[`CLI API custom help output should display help information 1`] = `
[
[
"Usage: webpack --color [value]",
"Usage: webpack --mode <value>",
],
[
"Description: any color",
"Description: Enable production optimizations or development hints.",
],
[
"Default value: "blue"",
"Possible values: "development | production | none"",
],
[
"",
Expand All @@ -19,13 +19,13 @@ exports[`CLI API custom help output should display help information 1`] = `
",
],
[
"Webpack documentation: https://webpack.js.org/.",
"Webpack documentation: https://webpack.js.org/.",
],
[
"CLI documentation: https://webpack.js.org/api/cli/.",
"CLI documentation: https://webpack.js.org/api/cli/.",
],
[
"Made with ♥ by the webpack team.",
"Made with ♥ by the webpack team.",
],
]
`;

0 comments on commit 3d5089c

Please sign in to comment.