🧪 Add missing SMTP timeout

This commit is contained in:
Iván Ovejero 2022-06-30 15:53:43 +02:00
parent a2c599d98d
commit f8eb5aa52a

View file

@ -35,7 +35,7 @@ beforeAll(async () => {
utils.initTestLogger();
isSmtpAvailable = await utils.isTestSmtpServiceAvailable();
});
}, SMTP_TEST_TIMEOUT);
beforeEach(async () => {
await testDb.truncate(['User'], testDbName);