cisco-open / martian-bank-demo

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.
BSD 3-Clause "New" or "Revised" License
23 stars 37 forks source link

Unit tests for dashboard microservice #33

Open jashmehta3300 opened 1 year ago

jashmehta3300 commented 1 year ago

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