← All recipes
Moderne licensed

Find Karma test runner usage

Recipe IDorg.openrewrite.angular.search.find-karma-usageArtifact@openrewrite/recipes-angular

Finds 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-usage

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

mod config recipes npm install @openrewrite/recipes-angular