Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/14 create unit tests #74

Merged
merged 25 commits into from
Feb 7, 2024
Merged

Feature/14 create unit tests #74

merged 25 commits into from
Feb 7, 2024

Conversation

itanex
Copy link
Owner

@itanex itanex commented Feb 7, 2024

  • Select testing libraries - Jest / Jest-Mock
  • Configure project for unit testing (create NPM commands)
  • Write large volume of Unit Test to cover bot commands
  • Does not cover all application - additional unit test writing still required
  • EightballCommand not complete, some redesign required to make it more testable. Mocking issues with FS and GoogleTTS

Closes #14

* Refactor DB `Subscriber` code
* Fix bugs
* Refactor DB `LurkingUser` code
* Fix bugs
* Refactor web socket to use config values
* Removed `CharityCommand`
* Removed `CollabCommand`
* Removed `GiveAwayCommand`
@itanex itanex added enhancement New feature or request Testing Tasks related to testing the application labels Feb 7, 2024
@itanex itanex added this to the Production Release 1.3 milestone Feb 7, 2024
@itanex itanex self-assigned this Feb 7, 2024
Copy link
Owner Author

@itanex itanex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@itanex itanex merged commit b720e8b into main Feb 7, 2024
2 checks passed
@itanex itanex deleted the feature/14-create-unit-tests branch February 7, 2024 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Testing Tasks related to testing the application
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create Unit Tests
1 participant