Skip to content

Commit 3a32556

Browse files
angular-robotAndrewKushnir
authored andcommitted
docs: update cross-repo adev docs
Updated Angular adev cross repo docs files.
1 parent e2a9938 commit 3a32556

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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": "1cfb0bf4e81c92c8e00cf567797c2bbc2e382999"
3+
"sha": "079d772c49bd8170ee4bf67bfd4bd9705503ad0e"
44
}

adev/src/content/cdk/cdk_testing_testbed.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,12 @@
118118
{
119119
"name": "waitForTasksOutsideAngular",
120120
"entryType": "function",
121-
"description": "Waits for all scheduled or running async tasks to complete. This allows harness\nauthors to wait for async tasks outside of the Angular zone.",
121+
"description": "Waits for all scheduled or running async tasks to complete. This allows harness\nauthors to wait for async tasks outside of the Angular zone.\n\nThis only works when Zone.js is present _and_ patches are applied to the test framework\nby `zone.js/testing` (Jasmine and Jest only) or another script.",
122122
"generics": [],
123123
"isNewType": false,
124124
"jsdocTags": [],
125125
"params": [],
126-
"rawComment": "/**\n * Waits for all scheduled or running async tasks to complete. This allows harness\n * authors to wait for async tasks outside of the Angular zone.\n */",
126+
"rawComment": "/**\n * Waits for all scheduled or running async tasks to complete. This allows harness\n * authors to wait for async tasks outside of the Angular zone.\n *\n * This only works when Zone.js is present _and_ patches are applied to the test framework\n * by `zone.js/testing` (Jasmine and Jest only) or another script.\n */",
127127
"returnType": "Promise<void>"
128128
}
129129
],
@@ -133,15 +133,15 @@
133133
"returnType": "Promise<void>",
134134
"generics": [],
135135
"name": "waitForTasksOutsideAngular",
136-
"description": "Waits for all scheduled or running async tasks to complete. This allows harness\nauthors to wait for async tasks outside of the Angular zone.",
136+
"description": "Waits for all scheduled or running async tasks to complete. This allows harness\nauthors to wait for async tasks outside of the Angular zone.\n\nThis only works when Zone.js is present _and_ patches are applied to the test framework\nby `zone.js/testing` (Jasmine and Jest only) or another script.",
137137
"entryType": "function",
138138
"jsdocTags": [],
139-
"rawComment": "/**\n * Waits for all scheduled or running async tasks to complete. This allows harness\n * authors to wait for async tasks outside of the Angular zone.\n */"
139+
"rawComment": "/**\n * Waits for all scheduled or running async tasks to complete. This allows harness\n * authors to wait for async tasks outside of the Angular zone.\n *\n * This only works when Zone.js is present _and_ patches are applied to the test framework\n * by `zone.js/testing` (Jasmine and Jest only) or another script.\n */"
140140
},
141141
"entryType": "function",
142-
"description": "Waits for all scheduled or running async tasks to complete. This allows harness\nauthors to wait for async tasks outside of the Angular zone.",
142+
"description": "Waits for all scheduled or running async tasks to complete. This allows harness\nauthors to wait for async tasks outside of the Angular zone.\n\nThis only works when Zone.js is present _and_ patches are applied to the test framework\nby `zone.js/testing` (Jasmine and Jest only) or another script.",
143143
"jsdocTags": [],
144-
"rawComment": "/**\n * Waits for all scheduled or running async tasks to complete. This allows harness\n * authors to wait for async tasks outside of the Angular zone.\n */",
144+
"rawComment": "/**\n * Waits for all scheduled or running async tasks to complete. This allows harness\n * authors to wait for async tasks outside of the Angular zone.\n *\n * This only works when Zone.js is present _and_ patches are applied to the test framework\n * by `zone.js/testing` (Jasmine and Jest only) or another script.\n */",
145145
"memberType": "method",
146146
"memberTags": []
147147
},
@@ -613,7 +613,7 @@
613613
"source": {
614614
"filePath": "/src/cdk/testing/testbed/testbed-harness-environment.ts",
615615
"startLine": 89,
616-
"endLine": 222
616+
"endLine": 225
617617
}
618618
},
619619
{

0 commit comments

Comments
 (0)