I am doing Unit Testing using Mocha chai
for sample NodeJS
project. Followed by the below reference.
https://www.sitepoint.com/unit-test-javascript-mocha-chai/
And I could run the tests successfully using terminal. It is showing success/failure test status. But, Test Report is not generated.
I used the below command in terminal to run the test
npm run test
How do I generate the report for the test.