trailpack-mandrill
Version:
Trailpack for Mandrill
23 lines (20 loc) • 466 B
JavaScript
const assert = require('assert')
describe('Trailpack', () => {
let pack
before(() => {
// pack = global.app.packs.waterline
})
it.skip('TODO should be loaded into the app.packs collection', () => {
assert(pack)
})
// describe('#validate', () => {
// it.skip('TODO test')
// })
// describe('#configure', () => {
// it.skip('TODO test')
// })
// describe('#initialize', () => {
// it.skip('TODO test')
// })
})