- onClick events (or similar) should be mocked with fn() from the storybook test package
- If I ever need to mock an endpoint you should use msw, All endpoints should be appended with the NEXT_PUBLIC_API_URL from env. For example: http.get(`${process.env.NEXT_PUBLIC_API_URL}/api/v1/datasets`, () => {