Overview
The useWallet hook should have reliable tests for connection, disconnection, and error cases.
Requirements
- Test successful connection flow
- Test failed/cancelled connection
- Test disconnect behavior
- Mock wallet provider responses
Acceptance Criteria
- Hook behavior is predictable
- Edge cases are covered
- Tests run without real wallet dependency
Labels: testing, wallet
Overview
The
useWallethook should have reliable tests for connection, disconnection, and error cases.Requirements
Acceptance Criteria
Labels: testing, wallet