React testing project developed at the end of section 4 Front-end Development Module of Trybe Web Development course. I had to implement integration and unit tests with React Testing Library in a React project that was already developed.
- Implement integration
- Unit tests to a React application
- React Testing Library
- React.js
- React Testing Library (RTL)
- Jest.js
- Stryker Mutator
- JavaScript ES6+
git clone git@github.com:KeplerLeo/react-testing-library.gitInstalling dependencies:
npm installRunning application:
npm start npm run test-coverage