Skip to content

Commit 92d6aa1

Browse files
committed
fix(gulpfile): fixed test.unit.dart to format dart code before running test
1 parent 3256ff1 commit 92d6aa1

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
@@ -417,6 +417,7 @@ gulp.task('test.unit.dart', ['build/tree.dart'], function (done) {
417417
watch('modules/angular2/**', function() {
418418
runSequence(
419419
'!build/tree.dart',
420+
'build/format.dart',
420421
'!test.unit.dart/karma-run'
421422
);
422423
});

0 commit comments

Comments
 (0)