Replace `mockFetch()` with [`Mirage.js`](https://miragejs.com/), so we can directly use `fetch` in our tests.
Replace
mockFetch()withMirage.js, so we can directly usefetchin our tests.