UNPKG

nodejs-email-service

Version:

This service helps to send emails using nodejs. Send multiple different types of emails with their corressponding templates all with one functions.

9 lines (7 loc) 287 B
const { default_email_service_mock } = require("./utils"); describe("index.test.js", () => { const default_email_service = default_email_service_mock() const config = default_email_service.showCredentials() console.log(config) expect(config.service).toBe('Mailgun') });