This is a simple project to learn how to do unit testing with Jest & React Testing Library.
- Clone the repository
git clone https://github.com/Castro19/React-Testing.git- Cd into the project directory
cd React-Testing/- Run
npm installto install the dependencies
npm install- Run the development server
npm run dev