gulp-qunit icon indicating copy to clipboard operation
gulp-qunit copied to clipboard

Add the Ability to Use QUnit.config Options

Open lenzi-erickson opened this issue 8 years ago • 0 comments

I would like the ability to use the options located here: http://api.qunitjs.com/QUnit.config/. Something along the lines of this:

gulp.task('test:qunit', function() {
                return gulp.src(config.jsPath + '/tests/index.html')
                                .pipe(qunit({hidepassed:true}));
});

lenzi-erickson avatar Aug 08 '16 14:08 lenzi-erickson