Relative Content

Tag Archive for jestjsreact-testing-library

Test function inside useEffect

I am testing my components using Jest and React Testing Library. The current code is updating a title in the TopBar component based on scroll position and current collection title: