Example project with continuous integration for linting and cross-browser testing of isomorphic JavaScript.
This is an example project showing an approach running QUnit in continuous integration
with the same application and test suite run both in a web browser (Headless Firefox) and
on Node.js, plus (combined) code coverage reports.
Clone or fork this repository and be sure to run the following two commands to
install the development dependencies and kick off your first test run:
npm ci
npm test
If you’ve got any questions, feel free to file an issue.