UNPKG

temp-disposable-email

Version:

Generating Temporary email address for testing, retrieving email from the temporary email address

10 lines 388 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const index_1 = require("./index"); Cypress.Commands.add('generateEmail', function (prefix) { return cy.wrap((0, index_1.generateEmail)(prefix)); }); Cypress.Commands.add('getRecentEmail', function (options) { return cy.wrap((0, index_1.getRecentEmail)(options)); }); //# sourceMappingURL=cypress.js.map