The app contains a simple counter component used to demonstrate how easy or difficult it is to test and refactor the code using React Testing Library and Enzyme.
This project was bootstrapped with Create React App.
yarn install
: Installs dependenciesyarn start
: Starts the appyarn test
: Runs the tests in watch modeyarn test:coverage
: Runs the tests and generates a code coverage report