All files Botkit.js

100% Statements 9/9
100% Branches 0/0
100% Functions 0/0
100% Lines 9/9
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 201x 1x 1x 1x 1x 1x 1x 1x   1x                    
var CoreBot = require(__dirname + '/CoreBot.js');
var Slackbot = require(__dirname + '/SlackBot.js');
var Facebookbot = require(__dirname + '/Facebook.js');
var TwilioIPMbot = require(__dirname + '/TwilioIPMBot.js');
var TwilioSMSbot = require(__dirname + '/TwilioSMSBot.js');
var BotFrameworkBot = require(__dirname + '/BotFramework.js');
var SparkBot = require(__dirname + '/CiscoSparkbot.js');
var ConsoleBot = require(__dirname + '/ConsoleBot.js');
 
module.exports = {
    core: CoreBot,
    slackbot: Slackbot,
    sparkbot: SparkBot,
    facebookbot: Facebookbot,
    twilioipmbot: TwilioIPMbot,
    twiliosmsbot: TwilioSMSbot,
    botframeworkbot: BotFrameworkBot,
    consolebot: ConsoleBot,
};