Skip to content

Commit dff4775

Browse files
test: update snapshot
1 parent aca93fd commit dff4775

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

test/configtest/with-config-path/__snapshots__/with-config-path.test.js.snap.webpack5

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,10 @@ exports[`'configtest' command with the configuration path option should validate
3939

4040
exports[`'configtest' command with the configuration path option should validate webpack config successfully: stdout 1`] = `
4141
"Validating: ./basic.config.js
42-
No validation errors found."
42+
No validation errors found.
43+
Run 'webpack --help=verbose' to see all available commands and options.
44+
45+
Webpack documentation: https://webpack.js.org/
46+
CLI documentation: https://webpack.js.org/api/cli/
47+
Made with ♥ by the webpack team"
4348
`;

test/configtest/without-config-path-custom-extension/__snapshots__/without-config-path.test.js.snap.webpack5

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,10 @@ exports[`'configtest' command without the configuration path option should valid
44

55
exports[`'configtest' command without the configuration path option should validate default configuration: stdout 1`] = `
66
"Validating: <cwd>/test/configtest/without-config-path-custom-extension/webpack.config.json
7-
No validation errors found."
7+
No validation errors found.
8+
Run 'webpack --help=verbose' to see all available commands and options.
9+
10+
Webpack documentation: https://webpack.js.org/
11+
CLI documentation: https://webpack.js.org/api/cli/
12+
Made with ♥ by the webpack team"
813
`;

test/configtest/without-config-path-multi-compiler-mode/__snapshots__/without-config-path-multi-compiler-mode.test.js.snap.webpack5

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,10 @@ exports[`'configtest' command without the configuration path option should valid
44

55
exports[`'configtest' command without the configuration path option should validate default configuration: stdout 1`] = `
66
"Validating: <cwd>/test/configtest/without-config-path-multi-compiler-mode/webpack.config.js
7-
No validation errors found."
7+
No validation errors found.
8+
Run 'webpack --help=verbose' to see all available commands and options.
9+
10+
Webpack documentation: https://webpack.js.org/
11+
CLI documentation: https://webpack.js.org/api/cli/
12+
Made with ♥ by the webpack team"
813
`;

test/configtest/without-config-path/__snapshots__/without-config-path.test.js.snap.webpack5

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,10 @@ exports[`'configtest' command without the configuration path option should valid
44

55
exports[`'configtest' command without the configuration path option should validate default configuration: stdout 1`] = `
66
"Validating: <cwd>/test/configtest/without-config-path/webpack.config.js
7-
No validation errors found."
7+
No validation errors found.
8+
Run 'webpack --help=verbose' to see all available commands and options.
9+
10+
Webpack documentation: https://webpack.js.org/
11+
CLI documentation: https://webpack.js.org/api/cli/
12+
Made with ♥ by the webpack team"
813
`;

0 commit comments

Comments
 (0)