Skip to content

Commit e88a053

Browse files
committed
Debug logs
1 parent 99642e4 commit e88a053

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/errors.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ tap.test('Connect to an invalid host', (test) => {
2323
tap.test('Initialise testing db', (test) => {
2424
testDb.init((err) => {
2525
if (err) {
26+
console.log('Error was thrown:', err);
2627
return test.threw(err);
2728
}
2829
test.end();

0 commit comments

Comments
 (0)