beforeAll(async () => { // const schema = fs.readFileSync('../../sql/structureV2.sql', 'utf8'); // await setupDB(mysqlConfig, schema); }); afterAll(async () => { global.db.query("DROP database mail_test"); }); describe('saveMessageApp', async () => { beforeEach(() => { }); it("", () => { }); });