87968: Upgrade ng-bootstrap to v11

Some tests involving NgbModal now fail if setup with mock Injector without `get` method
This commit is contained in:
Yura Bondarenko
2022-03-21 16:03:17 +01:00
parent 5488d0f83a
commit 59d46ffbdf
4 changed files with 9 additions and 9 deletions

View File

@@ -86,7 +86,7 @@ describe('WorkspaceitemActionsComponent', () => {
],
declarations: [WorkspaceitemActionsComponent],
providers: [
{ provide: Injector, useValue: {} },
Injector,
{ provide: NotificationsService, useValue: new NotificationsServiceStub() },
{ provide: Router, useValue: new RouterStub() },
{ provide: WorkspaceitemDataService, useValue: mockDataService },