Remove aotSummaries from TestBed
Recipe ID
org.openrewrite.angular.migration.remove-aot-summariesArtifact@openrewrite/recipes-angularRemoves the aotSummaries property from TestBed.configureTestingModule() and TestBed.initTestEnvironment() calls. The aotSummaries parameter was removed in Angular 14 as it was only needed for the View Engine compiler.
Single recipeProprietary
Usage
This recipe has no required configuration options. You’ll need the Moderne CLI configured before running the command below.
mod run . --recipe org.openrewrite.angular.migration.remove-aot-summariesIf the recipe isn’t available locally, install it with:
mod config recipes npm install @openrewrite/recipes-angular