SolidOS / solid-logic

Core business logic of Solid OS
MIT License
12 stars 7 forks source link

Consider switching from jest-fetch-mock to fetch-mock #21

Open michielbdejong opened 3 years ago

michielbdejong commented 3 years ago

We both ran into the issue of order in which you mock URLs which is super annoying. This issue was reported here, 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 so I suggest we give fetch-mock a try?

angelo-v commented 3 years ago

I am fine with that