Skip to content

Commit

Permalink
test: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Jul 27, 2022
1 parent 00fae2f commit dc5dc9b
Show file tree
Hide file tree
Showing 4 changed files with 1,126 additions and 835 deletions.
2 changes: 1 addition & 1 deletion test/build/defaults/output-defaults.test.js
Expand Up @@ -38,7 +38,7 @@ describe("output flag defaults", () => {
]);

expect(exitCode).toBe(2);
expect(stderr).toContain("Error: Option '--output-path <value>' argument missing");
expect(stderr).toContain("Error: Option '-o, --output-path <value>' argument missing");
expect(stdout).toBeFalsy();
});
});
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

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

Expand Down

0 comments on commit dc5dc9b

Please sign in to comment.