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 / Testing Setup #4

Open
Yasir761 opened this issue Oct 21, 2024 · 0 comments
Open

Add Unit Tests / Testing Setup #4

Yasir761 opened this issue Oct 21, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest-accepted

Comments

@Yasir761
Copy link
Owner

To ensure the reliability and stability of our project, we need to set up unit tests for key components and functions. Having a solid test suite will help catch bugs early and improve the overall quality of the codebase.

Preferred Testing Framework:
Please use Jest for the test setup, as it’s widely adopted and well-suited for our project.
Additionally, React Testing Library is recommended for testing the rendering and behavior of React components.
If you're familiar with other testing libraries that integrate well with Jest or enhance the tests, feel free to suggest or implement them.
Requirements:
Set up the test environment with Jest and React Testing Library.
Write initial unit tests for key components.
Ensure tests run successfully both locally and during CI

@Yasir761 Yasir761 added enhancement New feature or request good first issue Good for newcomers hacktoberfest-accepted labels Oct 21, 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 good first issue Good for newcomers hacktoberfest-accepted
Projects
None yet
Development

No branches or pull requests

1 participant