vernig / twilio-client-moking-with-jest

Mock Twilio client in unit testing with Jest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mock Twilio client with Jest

This repo shows how to mock Twilio client in testing with jest

Usage

Use the following command to send an sms and prove that twilio-sendSMS works.

node send <sender_number> <recipient_number>

Test

To test the module twilio-sendSMS with Jest use:

yarn test

No message should be sent.

About

Mock Twilio client in unit testing with Jest


Languages

Language:JavaScript 100.0%