Skip to content

Commit c2d03d1

Browse files
committed
minor changes
1 parent 9d5a319 commit c2d03d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gulpfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ gulp.task('pre-test', function () {
1717
});
1818

1919
gulp.task('test', ['pre-test'], function () {
20+
//process.env.MILIGHT_DEBUG = true;
2021
return gulp.src(['test/v6.js', 'test/legacy.js'])
2122
.pipe(plumber())
2223
.pipe(jasmine({

0 commit comments

Comments
 (0)