Skip to content

Commit ecf83f4

Browse files
Merge pull request #25470 from Waseem-Isaac/docs/update-angular-readme-test-runner-to-vitest
docs: fix angular README to reference Vitest instead of Karma
2 parents bfb8ec9 + d84a091 commit ecf83f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/app/angular/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Run `ng build` to build the project. The build artifacts will be stored in the `
1616

1717
## Running unit tests
1818

19-
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
19+
Run `ng test` to execute the unit tests via [Vitest](https://vitest.dev).
2020

2121
## Running end-to-end tests
2222

0 commit comments

Comments
 (0)