Skip to content

Commit

Permalink
Update tab-item component test
Browse files Browse the repository at this point in the history
  • Loading branch information
jantoun-scottlogic committed Oct 3, 2024
1 parent ff72388 commit 8e4f19b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/tab/tab-item/tab-item.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ describe('TabItemComponent', () => {
.compileComponents();

fixture = TestBed.createComponent(TabItemComponent);
fixture.componentRef.setInput('title', 'Tab title');
component = fixture.componentInstance;
fixture.detectChanges();
});
Expand Down

0 comments on commit 8e4f19b

Please sign in to comment.