I try to test a simple callback call in a useEffect hook:
export const useMyHook = (setState) => { useEffect(() => { fakeFetch().then((val) => setS