We both ran into the issue of [order in which you mock URLs](https://github.com/solid/solid-logic/pull/17#issuecomment-783647506) which is super annoying. This issue was reported [here](https://github.com/jefflau/jest-fetch-mock/issues/52#issuecomment-499510849), and as no real solution seems to exist, people suggested to use fetch-mock instead. Now, it also seems [empty response bodies are not supported by jest-fetch-mock](https://github.com/jefflau/jest-fetch-mock/issues/189) so I suggest we give fetch-mock a try?