From d84a091772f1fb360ea6b5b0389c4f2501985f7a Mon Sep 17 00:00:00 2001 From: Waseem-Isaac Date: Sat, 23 May 2026 23:29:33 +0300 Subject: [PATCH] docs: fix angular README to reference Vitest instead of Karma --- templates/app/angular/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/app/angular/README.md b/templates/app/angular/README.md index 0c04d2a202..0b309688f2 100644 --- a/templates/app/angular/README.md +++ b/templates/app/angular/README.md @@ -16,7 +16,7 @@ Run `ng build` to build the project. The build artifacts will be stored in the ` ## Running unit tests -Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io). +Run `ng test` to execute the unit tests via [Vitest](https://vitest.dev). ## Running end-to-end tests