Write individual test cases
Create a new React application
Start the development server
Run the test watcher
npm test
Run tests in watch mode
Run tests with coverage
npm test -- --coverage
Build the app for production
Eject from Create React App (one-way operation)
Run Jest tests