From 5ddeafced7c0e6782201ef7f247f80bd4de997ec Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Thu, 20 Nov 2025 18:28:05 +0000 Subject: [PATCH] docs: update cross-repo adev docs Updated Angular adev cross repo docs files. --- adev/src/content/cli/help/_build-info.json | 2 +- adev/src/content/cli/help/generate.json | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/adev/src/content/cli/help/_build-info.json b/adev/src/content/cli/help/_build-info.json index 57c7fbb7882..0de919ce624 100644 --- a/adev/src/content/cli/help/_build-info.json +++ b/adev/src/content/cli/help/_build-info.json @@ -1,4 +1,4 @@ { "branchName": "refs/heads/main", - "sha": "a9eb3bd4d6f6349f2c0d8308fe29763cb1cf6f30" + "sha": "bc00b95ab3e2db817b1fb7ef0c491c8fc3c17523" } \ No newline at end of file diff --git a/adev/src/content/cli/help/generate.json b/adev/src/content/cli/help/generate.json index e7607dd0015..ac1e71c78a7 100644 --- a/adev/src/content/cli/help/generate.json +++ b/adev/src/content/cli/help/generate.json @@ -788,6 +788,16 @@ "type": "boolean", "default": true, "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." + }, + { + "name": "test-runner", + "type": "string", + "default": "vitest", + "enum": [ + "karma", + "vitest" + ], + "description": "The unit testing runner to use." } ], "aliases": [