initial translations support
This commit is contained in:
parent
811d7b51b9
commit
ba8bd12123
18 changed files with 503 additions and 43 deletions
|
@ -4,7 +4,9 @@ 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());
|
||||
let transport = nodemailer.createTransport({
|
||||
streamTransport: true
|
||||
});
|
||||
test.ok(transport);
|
||||
test.done();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue