Skip to content

Instantly share code, notes, and snippets.

@ShMcK
Created March 10, 2018 19:29
Show Gist options
  • Save ShMcK/30c93ecb268a8644e08c6aa066ad9303 to your computer and use it in GitHub Desktop.
Save ShMcK/30c93ecb268a8644e08c6aa066ad9303 to your computer and use it in GitHub Desktop.
twilio-wrapper.js
const twilio = require('twilio');
// created in order to stub twilio in tests
module.exports = {
init: () => twilio(ACCOUNT_ID, AUTH_TOKEN).messages,
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment