Skip to content
This repository has been archived by the owner on Aug 23, 2019. It is now read-only.

forgotten a parenthesis #1

Open
vergissberlin opened this issue Jun 13, 2014 · 2 comments
Open

forgotten a parenthesis #1

vergissberlin opened this issue Jun 13, 2014 · 2 comments

Comments

@vergissberlin
Copy link

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!
👍

@davelandry
Copy link

This has been fixed with pull request #6.

@vergissberlin
Copy link
Author

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants