-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/notification resend #14
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@levyzowisk
Sabe implementar esses testes?
src/services/send-mail.service.ts
Outdated
to: [validatedInput.to], | ||
subject: validatedInput.subject, | ||
html: validatedInput.content | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aqui faltou executar o formatter do biome.
Veja que no package.json temos o script.
"typecheck": "tsc --noEmit && biome check --write --unsafe"
Se você executar npm run typecheck
, vai rodar o tsc --noEmit para validar que as tipagens no repositório estão fechadas e coerentes. O biome vai também fazer a validação, mas vai formatar também por tem essa flag --write --unsafe.
…st file, and updated environment configuration
No description provided.