[affected:*][ci:force] - Fixed problem after rebase

This commit is contained in:
Vito Albano
2024-04-16 11:45:08 +01:00
committed by VitoAlbano
parent 81a1df069f
commit 5df6fc3e73
3 changed files with 15 additions and 13 deletions

View File

@@ -53,14 +53,8 @@ describe('InfiniteSelectScrollDirective', () => {
beforeEach(() => {
TestBed.configureTestingModule({
imports: [
MatSelectModule,
NoopAnimationsModule
],
declarations: [
TestComponent,
InfiniteSelectScrollDirective
]
imports: [MatSelectModule, NoopAnimationsModule, InfiniteSelectScrollDirective],
declarations: [TestComponent]
});
fixture = TestBed.createComponent(TestComponent);
component = fixture.componentInstance;