Skip to content

Commit

Permalink
dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
jpuh committed Jan 3, 2025
1 parent c0b7b39 commit 1179551
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/client_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ describe('Client', () => {

should.fail();
} catch (e) {
const { log } = console;
log(e);
should(e).be.an.instanceOf(Error);
should(e.message).match(/connect ECONNREFUSED/);
should(e.code).equal('ECONNREFUSED');
Expand Down

0 comments on commit 1179551

Please sign in to comment.