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
Testing Strategy
Unit Test the services (business logic) and repository (data layer) independently.
Integration Test for API endpoints to check full end-to-end functionality.
Use Jest for testing in Node.js.
Testing Strategy
Unit Test the services (business logic) and repository (data layer) independently.
Integration Test for API endpoints to check full end-to-end functionality.
Use Jest for testing in Node.js.