Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroppy committed Apr 28, 2020
1 parent 80fd37c commit 5a07a98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/cli/cli.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ describe('CLI', () => {
it('--color', (done) => {
testBin('--color')
.then((output) => {
console.log('out', output.stdout);

// https://github.com/webpack/webpack-dev-server/blob/master/lib/utils/colors.js
expect(output.stdout).toContain('\u001b[34m⬡ wds: \u001b[39m');
done();
Expand Down

0 comments on commit 5a07a98

Please sign in to comment.