react-haiku icon indicating copy to clipboard operation
react-haiku copied to clipboard

[FEAT] - Unit Tests Setup w/Jest

Open DavidHDev opened this issue 1 year ago • 0 comments

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.

DavidHDev avatar Jul 09 '23 16:07 DavidHDev

Hi David 👋

I would like to take ownership of this issue if that is ok with you 😄

BIGWALDOR avatar Jul 10 '23 09:07 BIGWALDOR

Hello there, for sure, go for it!

DavidHDev avatar Jul 10 '23 10:07 DavidHDev

@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 :)

BIGWALDOR avatar Jul 12 '23 04:07 BIGWALDOR

hi @BIGWALDOR you can fork the repo and open a PR that way, it's the preferred way of working for now

DavidHDev avatar Jul 13 '23 10:07 DavidHDev