We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07b2a0c commit 39d1e78Copy full SHA for 39d1e78
gulpfile.babel.js
@@ -15,7 +15,7 @@ gulp.task('pre-test', () => {
15
16
gulp.task('test', ['pre-test'], () => {
17
return gulp.src(['test/*.js'])
18
- .pipe(mocha())
+ .pipe(mocha({ compilers: 'js:babel-core/register' }))
19
// Creating the reports after tests ran
20
.pipe(istanbul.writeReports())
21
// Checking coverage against minimum acceptable thresholds
0 commit comments