← All recipes
Moderne licensed

Find deprecated async test helper usage

Recipe IDorg.openrewrite.angular.search.find-async-test-helper-usageArtifact@openrewrite/recipes-angular

Finds usages of the deprecated async test helper from @angular/core/testing. The async function was deprecated in Angular 11 and should be replaced with waitForAsync.

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.search.find-async-test-helper-usage

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

mod config recipes npm install @openrewrite/recipes-angular