You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to the possibility of platform growth, I believe that the addition of automated tests (specs) is very important. Which could be done with React Testing Library (RTL) and Jest.
The addition of specs could help refactoring some code snippets, as well as improving maintenance, in addition to all the various advantages that testing brings. Therefore, with good spec coverage, the code quality would certainly increase.
What should be tested?
main page flows
custom hooks
helpers, utils, services
important component behaviors
The text was updated successfully, but these errors were encountered:
The Reason
Due to the possibility of platform growth, I believe that the addition of automated tests (specs) is very important. Which could be done with React Testing Library (RTL) and Jest.
The addition of specs could help refactoring some code snippets, as well as improving maintenance, in addition to all the various advantages that testing brings. Therefore, with good spec coverage, the code quality would certainly increase.
What should be tested?
The text was updated successfully, but these errors were encountered: