Skip to content

Commit 9233057

Browse files
Try to fix test
1 parent d0eaed2 commit 9233057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/tab/tab-item/tab-item.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ describe('TabItemComponent', () => {
1414

1515
fixture = TestBed.createComponent(TabItemComponent);
1616
component = fixture.componentInstance;
17-
fixture.detectChanges();
17+
// fixture.detectChanges();
1818
});
1919

2020
it('should create', () => {

0 commit comments

Comments
 (0)