Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(solid): revert to inline default state in wallet tests
Replace imported `DEFAULT_STATE` with inline state definition to prevent test state pollution. This reverts a change made in 2bb91e4. - Remove `DEFAULT_STATE` import - Define default state directly in `beforeEach` block - Ensure clean store initialization between tests - Fix regression in 'updates wallets when store state changes' test
- Loading branch information