OpenSourceDevs
OpenSourceDevs copied to clipboard
Add unit tests for components
Add unit tests for components (preferably with Jest and React Testing Library)
@MightyJoeW I would like to take this up. Please let me know about the folder structure or conventions that you may want to follow.
Thanks!
Thanks @pavittarx ! I'm open to whichever approach you'd like to take.
Typically, I'd create a folder for each component for the jsx file, the scss file, and the test file, but this is a bare-bones project. I'd be okay with a separate tests folder to house all of the tests. Up to you!
@MightyJoeW can I take this up and add tests for the remaining components?
@wsameer Yes! It would be great to continue adding test coverage for the project.