DCtheTall / twilly

A library which provides an abstract syntax for designing Twilio SMS interactions. Designed for use with Node.js and Express
MIT License
52 stars 3 forks source link

Improve testing #14

Open DCtheTall opened 3 years ago

DCtheTall commented 3 years ago

It's been some time since I gave unit tests some TL&C since they are, in their current state, unreadable and only test implementation instead of behavior.

It might also be nice to include some kind of integration/end-to-end test if possible.