docs: update cross-repo adev docs

Updated Angular adev cross repo docs files.
This commit is contained in:
Angular Robot
2026-08-29 01:01:29 +00:00
committed by Matthew Beck
parent 444b4652a9
commit 563850e860
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{
"branchName": "refs/heads/main",
"sha": "bd66ac975d7271f75b03814a4091ecd3293b994e"
"sha": "0a4fdcc91a10f2f35a6da16cf2dd7c520344e589"
}
+6
View File
@@ -159,6 +159,12 @@
"type": "array",
"description": "A list of paths to global setup files that are executed before the test files. The application's polyfills and the Angular TestBed are always initialized before these files."
},
{
"name": "splitting",
"type": "boolean",
"default": true,
"description": "Enables code splitting for test execution. When enabled, shared code between test files is split into separate chunks. Issues with live ESM bindings in Node.js environments (such as uninitialized exports or mocking failures) can be resolved by disabling splitting. This option is only available for the Vitest runner."
},
{
"name": "ts-config",
"type": "string",