Enable all tests

This commit is contained in:
Jim LAURIE 2018-06-28 12:19:00 +02:00
parent 19821a93dd
commit 4b66199ef2

View File

@ -101,8 +101,8 @@ const main = async () => {
}; };
await testProcess(databases.mongo); await testProcess(databases.mongo);
// await testProcess(databases.postgres); await testProcess(databases.postgres);
// await testProcess(databases.mysql); await testProcess(databases.mysql);
}; };
main(); main();