Simple React-Ts app with tests.
Clone the repository:
git clone https://github.com/mizanmahi/react-app-testing.gitNavigate to the project directory:
cd project_nameInstall dependencies:
yarn installStart the app:
yarn startTo run the tests:
yarn test