From 78569f088e26a481ef810245189f449f97b0fbd2 Mon Sep 17 00:00:00 2001 From: Paul Gschwendtner Date: Tue, 2 Nov 2021 15:14:04 +0100 Subject: [PATCH] test: re-enable ng-update migration integration test (#44016) Re-enables the ng-update migration integration test as all the ESM/CJS interop changes have landed in the `@angular/core` schematics folder. PR Close #44016 --- integration/BUILD.bazel | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/integration/BUILD.bazel b/integration/BUILD.bazel index 0cfface069d..ed11e0ad9ec 100644 --- a/integration/BUILD.bazel +++ b/integration/BUILD.bazel @@ -71,11 +71,7 @@ INTEGRATION_TESTS = { "ng-add-localize": {}, "ng_elements": {}, "ng_update": {}, - "ng_update_migrations": { - # TODO(devversion): re-enable this test once the migrations are updated to support the ESM compiler-cli. - # Waiting on: https://github.com/angular/angular/pull/43657. - "tags": ["manual"], - }, + "ng_update_migrations": {}, "ngcc": { "use_view_engine_packages": [ "@angular/animations",