UNPKG

the-mail

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