react-haiku
react-haiku copied to clipboard
[FEAT] - Unit Tests Setup w/Jest
Description: Add unit tests using the Jest testing framework to ensure the stability and reliability of the React Haiku library.
Acceptance Criteria:
- Configure Jest as the testing framework for the project.
- Write some sample unit tests for a hook/utility component
- Ensure that all tests pass successfully.
- Generate a coverage report to show the percentage of code coverage (e.g., 90% or above).
- Document the testing process and how to run the tests in the project's README file.
Hi David 👋
I would like to take ownership of this issue if that is ok with you 😄
Hello there, for sure, go for it!
@DavidHDev is there any chance you could give me permission to push up my feature branch to the remote repository?
This is so I can create a Pull Request :)
hi @BIGWALDOR you can fork the repo and open a PR that way, it's the preferred way of working for now