Skip to content

Commit 39d1e78

Browse files
committed
gulp-mocha@^4.0.0
1 parent 07b2a0c commit 39d1e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.babel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ gulp.task('pre-test', () => {
1515

1616
gulp.task('test', ['pre-test'], () => {
1717
return gulp.src(['test/*.js'])
18-
.pipe(mocha())
18+
.pipe(mocha({ compilers: 'js:babel-core/register' }))
1919
// Creating the reports after tests ran
2020
.pipe(istanbul.writeReports())
2121
// Checking coverage against minimum acceptable thresholds

0 commit comments

Comments
 (0)