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:
parent
ab38c3d90f
commit
929e712daf
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user