fix(test): test now throws correctly
This commit is contained in:
parent
2b6c30ff55
commit
5ed557a21a
@ -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});
|
||||||
|
Loading…
Reference in New Issue
Block a user