mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
docs: update cross-repo adev docs
Updated Angular adev cross repo docs files.
This commit is contained in:
committed by
Matthew Beck
parent
444b4652a9
commit
563850e860
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"branchName": "refs/heads/main",
|
||||
"sha": "bd66ac975d7271f75b03814a4091ecd3293b994e"
|
||||
"sha": "0a4fdcc91a10f2f35a6da16cf2dd7c520344e589"
|
||||
}
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user