UNPKG

the-mail

Version:
23 lines (16 loc) 321 B
/** * Test for sendSendgrid. * Runs with mocha. */ 'use strict' const sendSendgrid = require('../lib/sending/sendSendgrid') const {ok, equal} = require('assert') describe('send-sendgrid', () => { before(() => { }) after(() => { }) it('Do test', () => { }) }) /* global describe, before, after, it */