From 84a6a7154cbce7d00a55045295a614a6da8fb11b Mon Sep 17 00:00:00 2001 From: reins-ch Date: Fri, 21 Nov 2025 23:58:57 +0100 Subject: [PATCH] docs: mention Vitest instead of Karma in README template of workspace files Since version Angular 21, Vitest is the default test runner. --- packages/schematics/angular/workspace/files/README.md.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/schematics/angular/workspace/files/README.md.template b/packages/schematics/angular/workspace/files/README.md.template index 85cba41ab1ea..3cf62f4dabcc 100644 --- a/packages/schematics/angular/workspace/files/README.md.template +++ b/packages/schematics/angular/workspace/files/README.md.template @@ -38,7 +38,7 @@ This will compile your project and store the build artifacts in the `dist/` dire ## Running unit tests -To execute unit tests with the [Karma](https://karma-runner.github.io) test runner, use the following command: +To execute unit tests with the [Vitest](https://vitest.dev/) test runner, use the following command: ```bash ng test