UNPKG

e2e-mailbox

Version:

E2E test your email notification system using GuerrillaMail API.

9 lines (8 loc) 227 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class MailboxService { async sleep(timeInMs) { await new Promise(r => setTimeout(r, timeInMs)); } } exports.default = MailboxService;