Skip to content
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

[Feature] Write unit tests #7

Open
eduardconstantin opened this issue Oct 5, 2023 · 6 comments
Open

[Feature] Write unit tests #7

eduardconstantin opened this issue Oct 5, 2023 · 6 comments
Labels
good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed

Comments

@eduardconstantin
Copy link
Owner

Is your feature request related to a problem? Please describe.
This web app doesn't have any unit test written.

Describe the solution you'd like
Use jest to write some unit tests.
It does not have to be 100% coverage, new issues can be created to improve it.

@eduardconstantin eduardconstantin added help wanted Extra attention is needed good first issue Good for newcomers hacktoberfest labels Oct 5, 2023
@Pinaka-Pani-18
Copy link
Contributor

I don't know about testing. Can you provide me with some guidance and references so that I can learn and address this issue? At least, I will learn something.

@eduardconstantin
Copy link
Owner Author

You need to install jest first - https://jestjs.io
Then you can create a test folder to have a place for all the tests
You can find here some tests I wrote for the components
You can try to write a test for the theme switcher

@taran1326
Copy link

Hey I know somewhat of jest and I can write some tests , can you assign me the issue ?

@eduardconstantin
Copy link
Owner Author

@taran1326 how are the tests going?

@Prithwi32
Copy link

@eduardconstantin i would like to learn and work on this issue, could u assign me under hacktoberfest and guide me to learn

@eduardconstantin
Copy link
Owner Author

@eduardconstantin i would like to learn and work on this issue, could u assign me under hacktoberfest and guide me to learn

check this
#7 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants