Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anshumanv committed Jan 8, 2021
1 parent d96c335 commit ec2c79f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/help/help.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ describe('help', () => {
expect(stdout.match(/init\|c/g)).toHaveLength(1);
expect(stdout.match(/loader\|l/g)).toHaveLength(1);
expect(stdout.match(/plugin\|p/g)).toHaveLength(1);
expect(stdout.match(/migrate\|m/g)).toHaveLength(1);
expect(stdout).toContain("To see list of all supported commands and options run 'webpack --help=verbose'.");
expect(stdout).toContain('CLI documentation: https://webpack.js.org/api/cli/.');
expect(coloretteEnabled ? stripAnsi(stdout) : stdout).toContain('Made with ♥ by the webpack team.');
Expand Down

0 comments on commit ec2c79f

Please sign in to comment.