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
This commit is contained in:
Paul Gschwendtner
2021-11-02 15:14:04 +01:00
committed by Andrew Scott
parent 60dec531fc
commit 78569f088e
+1 -5
View File
@@ -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",