Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anshumanv committed Oct 3, 2020
1 parent b2b8723 commit 1f9202b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/output/named-bundles/output-named-bundles.test.js
Expand Up @@ -42,7 +42,7 @@ describe('output flag named bundles', () => {

it('should output file in bin directory using default webpack config with warning for empty output value', () => {
const { stdout, stderr, exitCode } = run(__dirname, ['--output-path'], false);
expect(stderr).toEqual("error: option '-o, --output <value>' argument missing");
expect(stderr).toEqual("error: option '-o, --output-path <value>' argument missing");
expect(exitCode).toEqual(1);
expect(stdout).toBeFalsy();
});
Expand Down

0 comments on commit 1f9202b

Please sign in to comment.