Homework "Cheapest avia tickets" https://www.udemy.com/course/modern-javascript-from-beginning/ Live demo use 🌟 Unit test and 🌐 E2E test with cypress Installation npm install For development mode npm run dev Build production app npm run prod Run Unit Tests npm run jest Run Unit Test and show test coverage npm run jest:coverage Run e2e test with browser (visual) npm run cypress:open Run e2e test with console npm run cypress:run Build for production mode npm run build