Skip to content

Commit ff519b8

Browse files
reins-chclydin
authored andcommitted
docs: mention Vitest instead of Karma in README template of workspace files
Since version Angular 21, Vitest is the default test runner.
1 parent 32da5a8 commit ff519b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/schematics/angular/workspace/files/README.md.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This will compile your project and store the build artifacts in the `dist/` dire
3838

3939
## Running unit tests
4040

41-
To execute unit tests with the [Karma](https://karma-runner.github.io) test runner, use the following command:
41+
To execute unit tests with the [Vitest](https://vitest.dev/) test runner, use the following command:
4242

4343
```bash
4444
ng test

0 commit comments

Comments
 (0)