Hello, in this repository I put my project using tests, I used 3 types of tests, unitary, e2e and snapshot, I will leave below the technologies that I used and how to install. 🚀🚀
React
Jest
Cypress
GitHub Actions
Husky
Type in your terminal to start installing the dependencies
$ yarn
Tests in Jest
$ yarn test
Jest tests with coverage
$ yarn coverage
Tests in cypress
$ yarn cypress
The project was successfully completed. 🎊🎉