UNPKG

e2e-mailbox

Version:

E2E test your email notification system using GuerrillaMail API.

7 lines (6 loc) 147 B
class MailboxService { async sleep(timeInMs) { await new Promise(r => setTimeout(r, timeInMs)); } } export default MailboxService;