Azordev / frontend-template

https://azordev-frontend-template.onrender.com
Apache License 2.0
0 stars 0 forks source link

Add a handled test form and add a test example #8

Closed heliomar-pena closed 2 years ago

heliomar-pena commented 2 years ago

Explanation:

"Test" is something that is required in all projects, for example. If we have some test is easier to change an existing component without having to check if we are breaking something.

Tests are always tedious to add and configure in the project, I think this can be improved if we have a template that already has some default test example to guide us to add tests more easily. And there should be a way to add test in the template.

Checklist