Find deprecated async test helper usage
Recipe ID
org.openrewrite.angular.search.find-async-test-helper-usageArtifact@openrewrite/recipes-angularFinds 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-usageIf the recipe isn’t available locally, install it with:
mod config recipes npm install @openrewrite/recipes-angular