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

[🛠️] Add unit tests (jest) #11

Open
TheDanniCraft opened this issue Oct 15, 2024 · 0 comments
Open

[🛠️] Add unit tests (jest) #11

TheDanniCraft opened this issue Oct 15, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@TheDanniCraft
Copy link
Owner

Is your feature request related to a problem? Please describe.
Currently, we don’t have automated tests set up, which makes it harder to ensure the code quality and reliability of new features or bug fixes introduced through Pull Requests (PRs). Manually testing each PR can be time-consuming and error-prone.

Describe the solution you'd like
I propose adding Jest as a testing framework to the project. This will allow us to write unit tests that automatically run each time a new PR is opened. These tests will ensure that the code works as expected and reduces the risk of introducing bugs in the codebase. The tests should run via a continuous integration pipeline (like GitHub Actions) to ensure every PR is tested before being merged.

Describe alternatives you've considered
-

Additional context
-

@TheDanniCraft TheDanniCraft added bug Something isn't working enhancement New feature or request labels Oct 15, 2024
@TheDanniCraft TheDanniCraft self-assigned this Oct 15, 2024
@TheDanniCraft TheDanniCraft added this to the v1 Release milestone Oct 15, 2024
@TheDanniCraft TheDanniCraft added help wanted Extra attention is needed and removed bug Something isn't working labels Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant