diff --git a/gulpfile.js b/gulpfile.js index 4e8376b..cace1f5 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -57,7 +57,7 @@ const ESLINT_SETTINGS = { const MOCHA_OPTIONS = { ui: 'tdd', bail: true, - reporter: 'list', + reporter: 'dot', timeout: 10000, }; diff --git a/test/adapters/dblite_test.js b/test/adapters/dblite_test.js index d96a387..c1cc05a 100644 --- a/test/adapters/dblite_test.js +++ b/test/adapters/dblite_test.js @@ -93,10 +93,6 @@ if (connection) { .get(); expect(promise).to.be.fulfilled; - }); - - suiteTeardown(() => { - qb.end(); - }); + }); }); } \ No newline at end of file