Example of javascript testing setup using Jasmine as testing framework and Istanbul for code coverage.
npm install
npm run test for running tests.
npm run coverage for running tests with coverage, folder coverage will be created with the reports.
MIT