typescript migration

This commit is contained in:
bhavya3024
2022-12-21 02:35:06 +05:30
parent c3c63bfe92
commit 0ba54a2b37
535 changed files with 5570 additions and 4522 deletions

View File

@@ -128,7 +128,7 @@ winston.info(`environment ${global.env}`);
const db = require('../../src/database');
module.exports = db;
module.exports = db;
before(async function () {
this.timeout(30000);