babennettdev / maturin-discord-bot

A flexible and scalable Discord bot using the NestJS framework.
MIT License
0 stars 0 forks source link

Unit Test Services #7

Open babennettdev opened 3 years ago

babennettdev commented 3 years ago

Overview

Services desperately need to be unit tested, ideally with 100% coverage. We are using Jest for unit testing. All external services, such as the Reddit API through the snoowrap wrapper should be mocked.