From 4b66199ef227a3fc5b9ba1e200528a1a97ee9bc8 Mon Sep 17 00:00:00 2001 From: Jim LAURIE Date: Thu, 28 Jun 2018 12:19:00 +0200 Subject: [PATCH] Enable all tests --- test/start.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/start.js b/test/start.js index 4edfa43741..46b929444e 100644 --- a/test/start.js +++ b/test/start.js @@ -101,8 +101,8 @@ const main = async () => { }; await testProcess(databases.mongo); - // await testProcess(databases.postgres); - // await testProcess(databases.mysql); + await testProcess(databases.postgres); + await testProcess(databases.mysql); }; main();