mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
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:
committed by
Andrew Scott
parent
60dec531fc
commit
78569f088e
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user