We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
yarn run jest -c .jest.config.js -u --expand --watchAll --no-cache --coverage
npm install -g live-server
live-server coverage/lcov-report
Then you can open the link http://127.0.0.1:8080 to view the report in real-time
http://127.0.0.1:8080
If you want to see the coverage for a single test you just use 'p' to match the pattern of the file name. Guide