zepochs / nestjs-mailer

🌈 A simple implementation example with and without email-templates using mailer module for nest js built on top of nodemailer.
https://github.com/nest-modules/mailer
MIT License
121 stars 30 forks source link

Doc Request: How To Unit Test? #19

Closed henriqueleite42 closed 3 years ago

henriqueleite42 commented 3 years ago

First of all, thanks for the awesome package :heart:

I started to use this, and everything works fine, but I want to add some unit tests using Jest.

How can I mock and inject the MailerService dependence?