Skip to content

Commit 5ddeafc

Browse files
angular-robotkirjs
authored andcommitted
docs: update cross-repo adev docs
Updated Angular adev cross repo docs files.
1 parent b8fa9cc commit 5ddeafc

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"branchName": "refs/heads/main",
3-
"sha": "a9eb3bd4d6f6349f2c0d8308fe29763cb1cf6f30"
3+
"sha": "bc00b95ab3e2db817b1fb7ef0c491c8fc3c17523"
44
}

adev/src/content/cli/help/generate.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,16 @@
788788
"type": "boolean",
789789
"default": true,
790790
"description": "Create a library that utilizes the standalone API, eliminating the need for NgModules. This can simplify the structure of your library and its usage in applications."
791+
},
792+
{
793+
"name": "test-runner",
794+
"type": "string",
795+
"default": "vitest",
796+
"enum": [
797+
"karma",
798+
"vitest"
799+
],
800+
"description": "The unit testing runner to use."
791801
}
792802
],
793803
"aliases": [

0 commit comments

Comments
 (0)