Skip to content

Commit 5a43dd4

Browse files
committed
address feedback
1 parent d82c600 commit 5a43dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk/testing/component-harness.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* found in the LICENSE file at https://angular.io/license
77
*/
88

9-
import {noAutoChangeDetection, parallel} from '@angular/cdk/testing/harness-environment';
9+
import {parallel} from '@angular/cdk/testing/harness-environment';
1010
import {TestElement} from './test-element';
1111

1212
/** An async function that returns a promise when called. */

0 commit comments

Comments
 (0)