-
Notifications
You must be signed in to change notification settings - Fork 76
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
Adding Unit Test Cases #240
Comments
Hi @shelcia !! I have added test scripts for 2 Components. Please merge this. NOTE: Please add points like this. It would be really helpful |
Hi @shelcia !! |
closing the PR as we have migrated to vite |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can I work on this Project?
I can add unit test scripts using jest in this Project.
Please allow me to continue with the same.
About Unit Testing :
Unit Testing is used to check whether the Input fields are working correctly without interaction of any Human.
Here I write a unit tests using Jest which is auto-installed which creating react app.
So I will write a test for each component and the good thing is the code is used for testing only while deploying app it doesn't effect the perfornce but it is useful to test our react app without human intraction.
Hoping to hear from you soon !!
The text was updated successfully, but these errors were encountered: