How to correctly simulate service calls when initialization the Zustand store for testing?
Ive been working on test store creation and to do that I need to mock the return of my promise call
Ive been working on test store creation and to do that I need to mock the return of my promise call