Overview
The BalanceCard component should render balance data clearly and handle loading or empty states.
Requirements
- Test normal balance display
- Test loading state
- Test zero balance state
- Test formatting behavior
Acceptance Criteria
- BalanceCard renders correctly in all states
- Tests are readable and maintainable
- Component behavior is documented through tests
Labels: testing, ui
Overview
The
BalanceCardcomponent should render balance data clearly and handle loading or empty states.Requirements
Acceptance Criteria
Labels: testing, ui