Browse Source

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
pull/25474/head
sumeyye 2 months ago
committed by GitHub
parent
commit
ecf83f4e19
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      templates/app/angular/README.md

2
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

Loading…
Cancel
Save