Skip to content

Commit 00c5e8f

Browse files
committed
chore: wip
1 parent 98cc710 commit 00c5e8f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/cli.test.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,11 @@ describe('CLI', () => {
109109
expect(output.code).toEqual(0);
110110
done();
111111
})
112-
.catch(done);
112+
.catch((err) => {
113+
console.log('-------------------');
114+
console.log(err);
115+
console.log('-------------------');
116+
});
113117
});
114118

115119
it('should exit the process when SIGINT is detected', (done) => {

0 commit comments

Comments
 (0)