MartianBank is a microservices demo application that allows customers to access and manage their bank accounts, perform financial transactions, locate ATMs, and apply for loans.
For each code unit, it is essential to have an associated test. Incorporating these tests is crucial for evaluating whether subsequent pull requests (PRs) introduce any regressions or issues.
Actual Behavior
Currently, there are no unit tests present for the 'dashboard' microservice.
Expected Behavior
For each code unit, it is essential to have an associated test. Incorporating these tests is crucial for evaluating whether subsequent pull requests (PRs) introduce any regressions or issues.
Actual Behavior
Currently, there are no unit tests present for the 'dashboard' microservice.
Checklist