build(gulp): remove the check-format step from test.unit.js task

This commit is contained in:
Igor Minar 2015-05-11 12:08:05 -07:00
parent 77d1fc149a
commit 1a4ab2c57a
1 changed files with 1 additions and 2 deletions

View File

@ -379,8 +379,7 @@ gulp.task('test.unit.js', ['build.js.dev'], function (neverDone) {
watch('modules/**', function() { watch('modules/**', function() {
runSequence( runSequence(
'!broccoli.js.dev', '!broccoli.js.dev',
'!test.unit.js/karma-run', '!test.unit.js/karma-run'
'check-format'
); );
}); });
}); });