You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 20, 2023. It is now read-only.
To incorporate an automated test suite for unit testing.
Is your feature request related to a problem? Please describe.
We're currently manually testing everything. This is a long, tedious, and error-prone process.
Proposed Solution
Build out an initial test suite with TypeScript and Jest.
I suggest using TypeScript here to make it easier to mock out Discord.js, and Jest because it has built-in mocking, coverage, and many other features without the need to add third-party libraries.
Acceptance Criteria
Please list the requirements the implementation of this feature should meet.
Tests are organized, readable and test the correct aspects of our bot