Skip to content

Commit

Permalink
feat: remove unused mock object (#99165)
Browse files Browse the repository at this point in the history
  • Loading branch information
skoch-intershop committed Sep 18, 2024
1 parent c5d64c5 commit ab07f6f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { ComponentFixture, TestBed } from '@angular/core/testing';
import { NgbPopoverModule } from '@ng-bootstrap/ng-bootstrap';
import { TranslateModule } from '@ngx-translate/core';
import { MockComponent, MockDirective } from 'ng-mocks';
import { of } from 'rxjs';
Expand Down Expand Up @@ -48,7 +47,7 @@ describe('Budget Widget Component', () => {
organizationManagementFacade = mock(OrganizationManagementFacade);

await TestBed.configureTestingModule({
imports: [NgbPopoverModule, TranslateModule.forRoot()],
imports: [TranslateModule.forRoot()],
declarations: [
BudgetWidgetComponent,
MockComponent(BudgetInfoComponent),
Expand Down

0 comments on commit ab07f6f

Please sign in to comment.