UNPKG

claudia-bot-builder-fb

Version:

Create chat-bots for various platforms and deploy to AWS Lambda quickly

9 lines (8 loc) 172 B
/*global beforeEach, afterEach */ var fake = require('fake-http-request'); beforeEach(() => { fake.install('https'); }); afterEach(() => { fake.uninstall('https'); });