Area: apps/web/src/features/pools/components/pool-composition-bar.tsx
Goal: Cover token composition display.
Tasks:
- Test normal two-token composition.
- Test zero amount and missing amount cases.
- Assert labels and percentage text.
Acceptance:
- No chart/canvas dependency required.
bun run --cwd apps/web test passes.
Area:
apps/web/src/features/pools/components/pool-composition-bar.tsxGoal: Cover token composition display.
Tasks:
Acceptance:
bun run --cwd apps/web testpasses.