2
0

⬆️ Upgrade dependencies

This commit is contained in:
Baptiste Arnaud
2022-12-18 11:50:56 +01:00
parent 8b631d77eb
commit f46ce4781f
14 changed files with 1045 additions and 929 deletions

View File

@ -8,13 +8,13 @@ import { getTestAsset } from '@/test/utils/playwright'
const mockSmtpCredentials: SmtpCredentialsData = {
from: {
email: 'marley.cummings@ethereal.email',
name: 'Marley Cummings',
email: 'timmy.schaden@ethereal.email',
name: 'Timmy Schaden',
},
host: 'smtp.ethereal.email',
port: 587,
username: 'marley.cummings@ethereal.email',
password: 'E5W1jHbAmv5cXXcut2',
username: 'timmy.schaden@ethereal.email',
password: 'u4vvSdyyvVsaVmJ27G',
}
test.beforeAll(async () => {