jszip-utils
jszip-utils copied to clipboard
use grunt-contrib-qunit to run tests locally
- removed duplicate/unused gruntjs package.
- simplified .travis.yml.
- added grunt-contrib-qunit to run tests locally in Headless Chrome without SauceLabs.
Thought this might be useful. It does have the downside of downloading Puppeteer+Chromium during the install. A lighter could work using Karma Runner, which would find and launch the browser you already have (and can still support saucelabs as well).