Initial import
This commit is contained in:
commit
54fa30701e
278 changed files with 37868 additions and 0 deletions
10
test/frontmail-test.js
Normal file
10
test/frontmail-test.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
'use strict';
|
||||
|
||||
let nodemailer = require('nodemailer');
|
||||
|
||||
// This is a dummy test to ensure that nodeunit would not fail on 0 assertions
|
||||
module.exports['Load nodemailer'] = function (test) {
|
||||
let transport = nodemailer.createTransport();
|
||||
test.ok(transport._getVersionString());
|
||||
test.done();
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue