Closed SekayZ closed 3 years ago
Integrated code coverage tool to Jest. Each time npm test is runned, a coverage folder is created. You can launch index.html file to see the coverage report.
npm test
coverage
index.html
looks good
Integrated code coverage tool to Jest. Each time
npm test
is runned, acoverage
folder is created. You can launchindex.html
file to see the coverage report.