Skip to content

Commit eb61aa4

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/material/tooltip/tooltip.zone.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ const initialTooltipMessage = 'initial tooltip message';
1717
describe('MatTooltip Zone.js integration', () => {
1818
beforeEach(waitForAsync(() => {
1919
TestBed.configureTestingModule({
20-
imports: [MatTooltipModule, OverlayModule, ScrollableTooltipDemo],
2120
providers: [provideZoneChangeDetection(), provideFakeDirectionality('rtl')],
2221
});
2322
}));

0 commit comments

Comments
 (0)