## Summary Current tests only cover utilities. Add hook-level tests with mocked SDK calls. ## Acceptance criteria - [ ] Mock `@stellar/freighter-api` in Vitest - [ ] Mock `@stellar/stellar-sdk` Horizon.Server and SorobanRpc.Server - [ ] Tests for: useFreighter, useStellarAccount, useStellarBalance, useTransaction - [ ] CI passes on every push ## Notes Use `@testing-library/react` + `@testing-library/react-hooks`.
Summary
Current tests only cover utilities. Add hook-level tests with mocked SDK calls.
Acceptance criteria
@stellar/freighter-apiin Vitest@stellar/stellar-sdkHorizon.Server and SorobanRpc.ServerNotes
Use
@testing-library/react+@testing-library/react-hooks.