Skip to content

Commit 046a882

Browse files
committed
test(material/tree): clean up unnecessary imports in tests
Removes imports from tests that aren't necessary anymore, because we're using standalone.
1 parent eb61aa4 commit 046a882

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/material/tree/testing/tree-harness.spec.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ describe('MatTreeHarness', () => {
1616
let loader: HarnessLoader;
1717

1818
beforeEach(() => {
19-
TestBed.configureTestingModule({
20-
imports: [MatTreeModule, TreeHarnessTest],
21-
});
22-
2319
fixture = TestBed.createComponent(TreeHarnessTest);
2420
fixture.detectChanges();
2521
loader = TestbedHarnessEnvironment.loader(fixture);

0 commit comments

Comments
 (0)