My first experience with Jest and React Testing Library: from a pre-existing Next.js + Typescript project ([https://github.com/ElDav1d/worlds-rank]) to a (slightly) tested app.
Test coverage is mainly about DOM rendering, and tests cases have not so much sense but pattern learning purposes.
Install:
npm install
# or
yarn installRun the development server:
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.