fix(test): test now throws correctly

This commit is contained in:
Philipp Kunz 2018-07-10 00:17:16 +02:00
parent 2b6c30ff55
commit 5ed557a21a

View File

@ -60,4 +60,4 @@ tap.test('should close the database connection', async tools => {
await testDb.close();
});
tap.start();
tap.start({throwOnError: true});