chore(dart/change_detect): Fix test.unit.dart gulp target
Include Change Detector generation in the `test.unit.dart` gulp task to fix the change detection unit tests. Closes #2236
This commit is contained in:
parent
93f464a145
commit
8bcfb2d465
|
@ -427,6 +427,8 @@ gulp.task('!test.unit.js/karma-run', function(done) {
|
||||||
gulp.task('test.unit.dart', function (done) {
|
gulp.task('test.unit.dart', function (done) {
|
||||||
runSequence(
|
runSequence(
|
||||||
'build/tree.dart',
|
'build/tree.dart',
|
||||||
|
'!build/pubget.angular2.dart',
|
||||||
|
'!build/change_detect.dart',
|
||||||
'!test.unit.dart/karma-server',
|
'!test.unit.dart/karma-server',
|
||||||
'!test.unit.dart/karma-run',
|
'!test.unit.dart/karma-run',
|
||||||
function(error) {
|
function(error) {
|
||||||
|
|
Loading…
Reference in New Issue