Skip to content

Commit 4715786

Browse files
committed
Fix cli test after pull from master
1 parent 7192e8c commit 4715786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cli.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ describe('CLI', () => {
2929

3030
it('--bonjour', (done) => {
3131
runDevServer('--bonjour')
32-
.then((output) => {
32+
.onClose.then((output) => {
3333
expect(output.code).toEqual(0);
3434
expect(output.stdout.indexOf('Bonjour') >= 0).toBe(true);
3535
done();

0 commit comments

Comments
 (0)