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
I think it would be a good idea to start writing unit, integration, and (possibly) end-to-end tests for the app. This will be very helpful as the codebase grows.
react-testing-library / enzyme (I have preference over react-testing-library because it has a nicer API that would represent user interaction, and it encourages good testing practices)
I think it would be a good idea to start writing unit, integration, and (possibly) end-to-end tests for the app. This will be very helpful as the codebase grows.
Frameworks for client:
Server:
Not sure if testing REST endpoints is common, but writing unit tests for DB functions and other misc functions would be helpful.
The text was updated successfully, but these errors were encountered: