Skip to content

Commit 30bec9d

Browse files
author
Zordius
committed
Merge pull request #26 from ymhuang0808/fix-readme
Correct GJC function name
2 parents 1aa697f + 63b8d9b commit 30bec9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ var GJC = require('gulp-jsx-coverage');
130130
var jasmine = require('gulp-jasmine');
131131

132132
gulp.task('my_jasmine_tests', function () {
133-
GJC.initIstanbulHook(GJCoptions); // Refer to previous gulp-jsx-coverage options
133+
GJC.initModuleLoaderHack(GJCoptions); // Refer to previous gulp-jsx-coverage options
134134

135135
return gulp.src('test/*.js')
136136
.pipe(jasmine(jasmineOptions))

0 commit comments

Comments
 (0)