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 [email protected]:KeplerLeo/react-testing-library.git
Installing dependencies:
npm install
Running application:
npm start
npm run test-coverage