-
Notifications
You must be signed in to change notification settings - Fork 274
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 Test to Files with Jest #124
Comments
Hi!, Do you need more test? (In adittion to the ones that @tbarland77 did) |
Hey @nicolas-alv3, yes sure! You can work on the files @tbarland77 did not cover in his recent PR :) |
@jayehernandez are there any more tests that needs to be added to the server or client I would love to contribute :) |
@jayehernandez I'm working on adding test for |
@bobsany16 cool, will comment on your PR! |
We've recently added unit testing using Jest c/o @tbarland77 (thank you!).
You can choose to add an issue to either the
server
files orclient
files.No need to wait for you to be assigned to this issue, just reference it when you make a PR. Please make sure that the file you are about to add a test to does not have a pending PR or existing test in the
master
branch.Guidelines for testing to follow! Check out #125 for progress on this part.
The text was updated successfully, but these errors were encountered: