- This is an example of how you can run unit tests using Node.js even on your frontend files
- Use
npm cito restore dependencies - Use
npm startto run the app on thr browser - Use
npm testto run the unit test suite - Use
npm run test:covto get code coverage insights - Use
npm run test:watchto run all suites with code watcher enable

