Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
floatdrop committed Jan 8, 2014
1 parent 64e6d5d commit 8afe209
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions README.md
Expand Up @@ -27,19 +27,6 @@ gulp.src(['./src/*.ext'])
.pipe(gulp.dest("./dist/not_magic"));
```

### Running changed mocha test files

```javascript
var grep = require('gulp-grep-stream');
var watch = require('gulp-watch');
var mocha = require('gulp-mocha');

gulp.src(['./lib/**/*.js', './tests/*.js'])
.pipe(watch({ emit: 'all' }))
.pipe(grep('./tests/*.js'))
.pipe(mocha());
```

## API

### grep(pattern, options)
Expand Down

0 comments on commit 8afe209

Please sign in to comment.