Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
expobrain committed Dec 9, 2016
1 parent 1621b46 commit cf6d8b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $ npm install gulp-jest
## Usage

```javascript
var jest = require('gulp-jest');
var jest = require('gulp-jest').default;

gulp.task('jest', function () {
return gulp.src('__tests__').pipe(jest({
Expand Down

0 comments on commit cf6d8b8

Please sign in to comment.