From 5ed557a21a185c4de4c54b432849d1392882d8c9 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Tue, 10 Jul 2018 00:17:16 +0200 Subject: [PATCH] fix(test): test now throws correctly --- test/test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.ts b/test/test.ts index 365e068..ee9349e 100644 --- a/test/test.ts +++ b/test/test.ts @@ -60,4 +60,4 @@ tap.test('should close the database connection', async tools => { await testDb.close(); }); -tap.start(); +tap.start({throwOnError: true});