Sindbad~EG File Manager

Current Path : /home/infinitibizsol/.trash/node_modules.3/nodemailer-wellknown/
Upload File :
Current File : /home/infinitibizsol/.trash/node_modules.3/nodemailer-wellknown/test.js

'use strict';

var wellknown = require('./index');

module.exports['Find by key'] = function(test) {
    test.ok(wellknown('Gmail'));
    test.done();
};

module.exports['Find by alias'] = function(test) {
    test.ok(wellknown('Google Mail'));
    test.done();
};

module.exports['Find by domain'] = function(test) {
    test.ok(wellknown('GoogleMail.com'));
    test.done();
};

module.exports['No match'] = function(test) {
    test.ok(!wellknown('zzzzzz'));
    test.done();
};

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists