We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d82c600 commit 5a43dd4Copy full SHA for 5a43dd4
src/cdk/testing/component-harness.ts
@@ -6,7 +6,7 @@
6
* found in the LICENSE file at https://angular.io/license
7
*/
8
9
-import {noAutoChangeDetection, parallel} from '@angular/cdk/testing/harness-environment';
+import {parallel} from '@angular/cdk/testing/harness-environment';
10
import {TestElement} from './test-element';
11
12
/** An async function that returns a promise when called. */
0 commit comments