A common problem when testing APIs is to be able to inject Mock of the services we don’t want to invoke during our test. Imagine you’re testing an API that sends Email through the Postal Api. The open source mail server
Postal is a complete and fully featured mail server for use by websites & web servers. Think Sendgrid, Mailgun or…postal.atech.media The service postalServicethat will be sending the email should be tested on its own…