|
118 | 118 | { |
119 | 119 | "name": "waitForTasksOutsideAngular", |
120 | 120 | "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.", |
122 | 122 | "generics": [], |
123 | 123 | "isNewType": false, |
124 | 124 | "jsdocTags": [], |
125 | 125 | "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 */", |
127 | 127 | "returnType": "Promise<void>" |
128 | 128 | } |
129 | 129 | ], |
|
133 | 133 | "returnType": "Promise<void>", |
134 | 134 | "generics": [], |
135 | 135 | "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.", |
137 | 137 | "entryType": "function", |
138 | 138 | "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 */" |
140 | 140 | }, |
141 | 141 | "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.", |
143 | 143 | "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 */", |
145 | 145 | "memberType": "method", |
146 | 146 | "memberTags": [] |
147 | 147 | }, |
|
613 | 613 | "source": { |
614 | 614 | "filePath": "/src/cdk/testing/testbed/testbed-harness-environment.ts", |
615 | 615 | "startLine": 89, |
616 | | - "endLine": 222 |
| 616 | + "endLine": 225 |
617 | 617 | } |
618 | 618 | }, |
619 | 619 | { |
|
0 commit comments