fix(core): update

This commit is contained in:
2019-01-07 02:41:38 +01:00
parent ae7d101ab9
commit 692a1223a8
10 changed files with 325 additions and 49 deletions

View File

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