Skip to content

Commit

Permalink
Commented "supports es6" on isparta instrumenter (#97)
Browse files Browse the repository at this point in the history
I'm not sure this is the best way to document that functionality, but it's a bit better than nothing.
  • Loading branch information
Josh Goldberg authored and SBoudrias committed Jul 4, 2016
1 parent 200153d commit d34854f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ var istanbul = require('gulp-istanbul');

gulp.src('lib/**.js')
.pipe(istanbul({
// supports es6
instrumenter: isparta.Instrumenter
}));
```
Expand Down

0 comments on commit d34854f

Please sign in to comment.