Skip to content

Commit dfb4242

Browse files
committed
fix(@angular/cli): add vitest to version command output
Adds `vitest` to the list of packages displayed in the output of the `ng version` command. This provides better visibility into the testing setup of a project, aiding in diagnostics and issue reporting. (cherry picked from commit 2a24469)
1 parent 05bc336 commit dfb4242

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/angular/cli/src/commands/version/version-info.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ const PACKAGE_PATTERNS = [
7272
/^rxjs$/,
7373
/^typescript$/,
7474
/^ng-packagr$/,
75+
/^vitest$/,
7576
/^webpack$/,
7677
/^zone\.js$/,
7778
];

0 commit comments

Comments
 (0)