Having tests actually sending network request is a bad practice, we need to replace them with https://mswjs.io/ Make sure to `pnpm i msw --save-dev`
Having tests actually sending network request is a bad practice, we need to replace them with https://mswjs.io/
Make sure to
pnpm i msw --save-dev