Clone the project
git clone https://github.com/JoelDeonDsouza/Next.js_Tests-Jest.js.git
Go to the project directory
cd project
Install dependencies
npm install
Start the server
npm run dev
npm i -D jest jest-environment-jsdom @testing-library/react @testing-library/jest-dom
To run tests, run the following command
npm run test:watch