This is a module where was applied some knowledge about unit tests using Testing Library and Jest
React.JS
Testing Library
Jest
- Run the
npm run dev
command at the tests folder.
- npm test
To obtain this project, follow the steps:
- Clone this repository using
git clone https://github.com/erikaperciliano/Projects-TestsWithJest.git
. - Run the
npm install
command at the root of the cloned project folder to download the dependencies. - Run
npm run dev
at the root of the project folder to start the application in development mode.🚀
Made with 💜 by Erika Perciliano