Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.2 KB

File metadata and controls

26 lines (18 loc) · 1.2 KB

Build Status Coverage Status Tested with QUnit

Run QUnit on the web and in Node.js!

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.

Get started

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

Tell me more

If you've got any questions, feel free to file an issue.