This repo contains the Results of Test Coverage Reports of Featured Location, generated using Jest. The actual test cases are written in the application, which can be accessed from here. The output code coverage generated after executing all the test cases is directed to this repo.
- Jest is a JavaScript testing framework maintained by Meta, designed and built by Christoph Nakazawa with a focus on simplicity and support for large web applications. It works with projects using Babel, TypeScript, Node.js, React, Angular, Vue.js and Svelte.
- From the ui folder of featured location application, run the following command to execute tests and generate code coverage.
npm run test:unit --coverage