We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99642e4 commit e88a053Copy full SHA for e88a053
test/errors.js
@@ -23,6 +23,7 @@ tap.test('Connect to an invalid host', (test) => {
23
tap.test('Initialise testing db', (test) => {
24
testDb.init((err) => {
25
if (err) {
26
+ console.log('Error was thrown:', err);
27
return test.threw(err);
28
}
29
test.end();
0 commit comments