Skip to content

Commit 5b26c40

Browse files
committed
fix ci
1 parent a11ce8d commit 5b26c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk-experimental/testing/tests/testbed.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {ComponentFixture, TestBed} from '@angular/core/testing';
22
import {HarnessLoader} from '../component-harness';
3-
import {TestbedHarnessEnvironment} from '../testbed';
3+
import {TestbedHarnessEnvironment} from '../testbed/index';
44
import {MainComponentHarness} from './harnesses/main-component-harness';
55
import {SubComponentHarness} from './harnesses/sub-component-harness';
66
import {TestComponentsModule} from './test-components-module';

0 commit comments

Comments
 (0)