eduardo-olivares1 / Narwhal

A discord bot designed to alert users of important cryptocurrency movements and events.
MIT License
2 stars 1 forks source link

Add testing to existing functionality #17

Open fredtsun opened 3 years ago

fredtsun commented 3 years ago

Look into a test framework (like jest) and write tests for the commands, services, jobs.

It would be helpful to checkout how to mock out certain services for this too.