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 a30035f commit 5d0e51eCopy full SHA for 5d0e51e
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