angular/packages/core/schematics/test
Kristiyan Kostadinov 62bbce63b7 fix(migrations): remove error for no matching files in control flow migration (#64253)
Now that the control flow migration is running as a part of `ng update`, we need to be a bit forgiving about there not being any matching files since it can break the entire update process.

These changes switch the error to a warning and it counts the files for the entire workspace, not the individual projects.

PR Close #64253
2025-10-06 15:29:25 -04:00
..
add_bootstrap_context_to_server_main_spec.ts feat(core): introduce BootstrapContext for improved server bootstrapping (#63562) 2025-09-09 10:57:09 -07:00
all-migrations.spec.ts test(core): remove shelljs from core schematics tests (#64042) 2025-09-26 13:14:09 -04:00
application_config_core_spec.ts test(core): remove shelljs from core schematics tests (#64042) 2025-09-26 13:14:09 -04:00
BUILD.bazel test(core): remove shelljs from core schematics tests (#64042) 2025-09-26 13:14:09 -04:00
cleanup_unused_imports_migration_spec.ts test(core): remove shelljs from core schematics tests (#64042) 2025-09-26 13:14:09 -04:00
control_flow_migration_spec.ts fix(migrations): remove error for no matching files in control flow migration (#64253) 2025-10-06 15:29:25 -04:00
helpers.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
inject_migration_spec.ts test(core): remove shelljs from core schematics tests (#64042) 2025-09-26 13:14:09 -04:00
ngclass_to_class_migration_spec.ts refactor(migrations): remove common module if there are no references (#63892) 2025-09-18 20:18:43 +00:00
ngstyle_to_style_migration_spec.ts feat(migrations): add migration to convert ngStyle to use style (#63517) 2025-09-15 20:16:16 +00:00
output_migration_spec.ts test(core): remove shelljs from core schematics tests (#64042) 2025-09-26 13:14:09 -04:00
project_tsconfig_paths_spec.ts build: migrate to using new jasmine_test (#62086) 2025-06-18 08:27:26 +02:00
queries_migration_spec.ts test(core): remove shelljs from core schematics tests (#64042) 2025-09-26 13:14:09 -04:00
router_current_navigation_spec.ts test(core): remove shelljs from core schematics tests (#64042) 2025-09-26 13:14:09 -04:00
router_last_successful_navigation_spec.ts test(core): remove shelljs from core schematics tests (#64042) 2025-09-26 13:14:09 -04:00
self_closing_tags_migration_spec.ts test(core): remove shelljs from core schematics tests (#64042) 2025-09-26 13:14:09 -04:00
signal_input_migration_spec.ts fix(migrations): skip migration for inputs with 'this' references (#64142) 2025-09-30 15:32:44 -04:00
signals_migration_spec.ts test(core): remove shelljs from core schematics tests (#64042) 2025-09-26 13:14:09 -04:00
standalone_migration_spec.ts fix(migrations): preserve component imports when pruning NgModules in standalone migration (#64186) 2025-10-02 13:54:14 -07:00
standalone_routes_spec.ts test(core): remove shelljs from core schematics tests (#64042) 2025-09-26 13:14:09 -04:00