Skip to content

Commit

Permalink
Fix cli test after pull from master
Browse files Browse the repository at this point in the history
  • Loading branch information
rlamana committed Feb 27, 2019
1 parent 7192e8c commit 4715786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cli.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe('CLI', () => {

it('--bonjour', (done) => {
runDevServer('--bonjour')
.then((output) => {
.onClose.then((output) => {
expect(output.code).toEqual(0);
expect(output.stdout.indexOf('Bonjour') >= 0).toBe(true);
done();
Expand Down

0 comments on commit 4715786

Please sign in to comment.