fix(test): test now throws correctly
This commit is contained in:
@ -60,4 +60,4 @@ tap.test('should close the database connection', async tools => {
|
|||||||
await testDb.close();
|
await testDb.close();
|
||||||
});
|
});
|
||||||
|
|
||||||
tap.start();
|
tap.start({throwOnError: true});
|
||||||
|
Reference in New Issue
Block a user