Open onmyway133 opened 9 months ago
Check https://github.com/nock/nock/issues/2200#issuecomment-1699838032
https://github.com/testing-library/user-event/issues/833 might be your issue if you are using testing library user events. Took me forever to figure out but this eventually fixed it for me:
jest.useFakeTimers({ advanceTimers: true });
Check https://github.com/nock/nock/issues/2200#issuecomment-1699838032
https://github.com/testing-library/user-event/issues/833 might be your issue if you are using testing library user events. Took me forever to figure out but this eventually fixed it for me: