dwyl / sendemail

💌 Simplifies reliably sending emails from your node.js apps using AWS Simple Email Service (SES)
181 stars 26 forks source link

Section on automated testing issues #58

Closed samhstn closed 7 years ago

samhstn commented 7 years ago

Fixes #49

Adding a section about the issues that may arise when running automated tests which send large volumes of emails.

Note: the example may be a bit long or wordy, perhaps we could move this out to a gist? Completely indifferent though.

codecov-io commented 7 years ago

Current coverage is 100% (diff: 100%)

Merging #58 into master will not change coverage

@@           master   #58   diff @@
===================================
  Files           1     1          
  Lines          29    29          
  Methods         0     0          
  Messages        0     0          
  Branches        0     0          
===================================
  Hits           29    29          
  Misses          0     0          
  Partials        0     0          

Powered by Codecov. Last update aedf087...710318e

iteles commented 7 years ago

Looking great, thanks so much for this @shouston3 !