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