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 a11ce8d commit 5b26c40Copy full SHA for 5b26c40
src/cdk-experimental/testing/tests/testbed.spec.ts
@@ -1,6 +1,6 @@
1
import {ComponentFixture, TestBed} from '@angular/core/testing';
2
import {HarnessLoader} from '../component-harness';
3
-import {TestbedHarnessEnvironment} from '../testbed';
+import {TestbedHarnessEnvironment} from '../testbed/index';
4
import {MainComponentHarness} from './harnesses/main-component-harness';
5
import {SubComponentHarness} from './harnesses/sub-component-harness';
6
import {TestComponentsModule} from './test-components-module';
0 commit comments