serudda / reward-system

Reward System - Indie Creators
https://indie-tokens.vercel.app
MIT License
32 stars 25 forks source link

Add unit test for nextjs login #196

Open mastoreto opened 1 year ago

mastoreto commented 1 year ago

What problem would you like to solve or improve?

After developing a new feature, it is necessary to have unit tests for structural functionalities, such as login, shopping cart, etc.

Primarily, it is necessary to implement tests on the login since it is the most critical functionality of the store that needs to be fully functional. This way, we can ensure that it is working correctly while we continue to implement new features.

Describe your proposed solution or enhancement.

Implement testing librarys and unit test.

Considerations

Describe any alternative solutions you've considered (optional).

No response

Additional context or information (optional).

Next Docs - Testing Cypress - NextJS Jest - NextJS

Code of Conduct

JCruz-Dev commented 1 year ago

@serudda I would like to take this task! In a great opportunity to learn some stuff and contribute