goinstant / gulp-dalek

BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

forgotten a parenthesis #1

Open vergissberlin opened 10 years ago

vergissberlin commented 10 years ago

In your example you have forgotten a parenthesis. https://www.npmjs.org/package/gulp-dalek#readme

gulp.task('test', function() {
  'use strict';
  return gulp.src(['test/functional/base.js'])
      .pipe(dalek({
        browser: ['phantomjs', 'chrome', 'chrome:canary'],
        reporter: ['html', 'junit']
      }));
});

Thank you! :+1:

davelandry commented 9 years ago

This has been fixed with pull request #6.

vergissberlin commented 9 years ago

Thanks!