You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should be done mainly for external libraries and clients such as Viem and the Simulator's backend
The way it should be architected is following the following pattern
UI Components -> Hooks -> Services -> Clients.
We should enforce unit testing mostly on Hooks and Services.
Also, please take this opportunity to add unit tests.
The text was updated successfully, but these errors were encountered:
This should be done mainly for external libraries and clients such as Viem and the Simulator's backend
The way it should be architected is following the following pattern
UI Components -> Hooks -> Services -> Clients.
We should enforce unit testing mostly on Hooks and Services.
Also, please take this opportunity to add unit tests.
The text was updated successfully, but these errors were encountered: