diff --git a/adev/src/content/cdk/_build-info.json b/adev/src/content/cdk/_build-info.json index b3c29b0df66..9045c969d54 100644 --- a/adev/src/content/cdk/_build-info.json +++ b/adev/src/content/cdk/_build-info.json @@ -1,4 +1,4 @@ { "branchName": "refs/heads/21.0.x", - "sha": "fc9544f2405f75e9588b00c062df9634d846101a" + "sha": "d8d27781c91a17e16b0ca35800f4e82cf531bea1" } \ No newline at end of file diff --git a/adev/src/content/cdk/cdk_testing_testbed.json b/adev/src/content/cdk/cdk_testing_testbed.json index 0995bf2ee9f..96e544225bd 100755 --- a/adev/src/content/cdk/cdk_testing_testbed.json +++ b/adev/src/content/cdk/cdk_testing_testbed.json @@ -118,12 +118,12 @@ { "name": "waitForTasksOutsideAngular", "entryType": "function", - "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.", + "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.", "generics": [], "isNewType": false, "jsdocTags": [], "params": [], - "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 */", + "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 */", "returnType": "Promise" } ], @@ -133,15 +133,15 @@ "returnType": "Promise", "generics": [], "name": "waitForTasksOutsideAngular", - "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.", + "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.", "entryType": "function", "jsdocTags": [], - "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 */" + "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 */" }, "entryType": "function", - "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.", + "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.", "jsdocTags": [], - "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 */", + "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 */", "memberType": "method", "memberTags": [] }, @@ -613,7 +613,7 @@ "source": { "filePath": "/src/cdk/testing/testbed/testbed-harness-environment.ts", "startLine": 89, - "endLine": 222 + "endLine": 225 } }, {