Can't seem to find how to mimic loading state #38
danielvanmil
started this conversation in
General
Replies: 1 comment
-
Hi @danielvanmil. If you want to simulate loading state, setup an interceptor, disable network fallback, and don't mock the result until after you want it to be sent. That should work, though we don't have a test for it. Accepting PRs for a doc update and/or the test. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Doc says "simulate loading state", but I can't seem to find out how?
Can anyone help me?
Beta Was this translation helpful? Give feedback.
All reactions