An issue with mocking 2 fetch requests for each test in React Testing Library
I am trying to mock 2 API requests in each test. See the code below to better understand what I mean:
I am trying to mock 2 API requests in each test. See the code below to better understand what I mean: