1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-05 17:53:12 +02:00

test: fix test

This commit is contained in:
Nuno Góis 2025-05-13 16:05:49 +01:00
parent ab38c3d90f
commit 929e712daf
No known key found for this signature in database
GPG Key ID: 71ECC689F1091765
3 changed files with 3 additions and 0 deletions

View File

@ -40,6 +40,9 @@ test('Can send welcome mail', async () => {
sender: 'noreply@getunleash.ai',
},
getLogger: noLoggerProvider,
flagResolver: {
isEnabled: () => true,
},
} as unknown as IUnleashConfig);
const content = await emailService.sendGettingStartedMail(
'Some username',