Replies: 1 comment
-
Solution found: https://mswjs.io/ |
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
-
How are we going to test API calls to the backend? Are we going to make an object containing a
fetch
function, which we can mock when testing? This would work, but could get messy quickly if we need to do it for every function doing API calls.Beta Was this translation helpful? Give feedback.
All reactions