Find Karma test runner usage
Recipe ID
org.openrewrite.angular.search.find-karma-usageArtifact@openrewrite/recipes-angularFinds Karma test runner configuration in package.json dependencies and angular.json test builder. Angular 21 replaces Karma with Vitest as the default test runner.
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-karma-usageIf the recipe isn’t available locally, install it with:
mod config recipes npm install @openrewrite/recipes-angular