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
When I use this method with my test, the store never finishing loading. I suspect this is due to the async nature of my calls, which works well in the app. But how do I tell vitest to wait for it to load in a test case?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I am trying to test a store in isolation — without any components.
In the past, I used the following to mock fetch calls in svelte and wanted to do something similar for the store:
When I use this method with my test, the store never finishing loading. I suspect this is due to the async nature of my calls, which works well in the app. But how do I tell vitest to wait for it to load in a test case?
Beta Was this translation helpful? Give feedback.
All reactions