← All recipes
Moderne licensed

Remove aotSummaries from TestBed

Recipe IDorg.openrewrite.angular.migration.remove-aot-summariesArtifact@openrewrite/recipes-angular

Removes 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-summaries

If the recipe isn’t available locally, install it with:

mod config recipes npm install @openrewrite/recipes-angular