In the last quarter, I have been working on a project using Nextjs App Router. The experience has been great so far and eventually, I needed to write unit tests to ensure my code works as expected when it evolves over time. In the React world, Jest and Testing Library…