📄️ Unit Testing
Frontend Unit Testing
📄️ Integration tests
On the frontend, we will utilize Jest to perform integration tests. We will mock out the backend endpoints, assuming that our backend is tested sufficiently, to confirm that the UI as a whole will work as expected.
📄️ Acceptance test
Description