Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dc5dc9b

Browse files
committed
test: update snapshots
1 parent 00fae2f commit dc5dc9b

File tree

4 files changed

+1126
-835
lines changed

4 files changed

+1126
-835
lines changed

test/build/defaults/output-defaults.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ describe("output flag defaults", () => {
3838
]);
3939

4040
expect(exitCode).toBe(2);
41-
expect(stderr).toContain("Error: Option '--output-path <value>' argument missing");
41+
expect(stderr).toContain("Error: Option '-o, --output-path <value>' argument missing");
4242
expect(stdout).toBeFalsy();
4343
});
4444
});

test/build/output/__snapshots__/output-named-bundles.test.js.snap.webpack5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

33
exports[`output flag named bundles should output file in bin directory using default webpack config with warning for empty output value: stderr 1`] = `
4-
"[webpack-cli] Error: Option '--output-path <value>' argument missing
4+
"[webpack-cli] Error: Option '-o, --output-path <value>' argument missing
55
[webpack-cli] Run 'webpack --help' to see available commands and options"
66
`;
77

0 commit comments

Comments
 (0)