Skip to content

Commit de8ac28

Browse files
authored
docs: mention Vitest instead of Karma in README template of schematic library files
1 parent eaedbd8 commit de8ac28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Once the project is built, you can publish your library by following these steps
4343

4444
## Running unit tests
4545

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

4848
```bash
4949
ng test

0 commit comments

Comments
 (0)