Following react\'s docs on testing for data fetching, I want to mock some data in a test.
Component:
const Dashboard = () => { const [isLoading, setIs