Area: apps/web/src/features/wallet/store/persistence.ts
Goal: Cover restoring a prior wallet session from storage.
Tasks:
- Seed storage with a fixed address/network.
- Assert the store rehydrates on init.
- Assert corrupt/missing storage falls back to disconnected.
Acceptance:
- Storage is reset between tests.
bun run --cwd apps/web test passes.
Area:
apps/web/src/features/wallet/store/persistence.tsGoal: Cover restoring a prior wallet session from storage.
Tasks:
Acceptance:
bun run --cwd apps/web testpasses.