UNPKG

154 Btext/coffeescriptView Raw
1module.exports = class TestTransport
2 constructor: (@options) ->
3
4 sendMail: (msg, cb) ->
5 @options.hermes?.emit 'testMessage', msg
6 cb null, msg