Skip to content

Commit 522acba

Browse files
committed
test(query-builder): exclude disconnecting test
1 parent 89101c4 commit 522acba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

projects/igniteui-angular/src/lib/tabs/tabs/tabs.component.spec.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ describe('IgxTabs', () => {
7070
// }).compileComponents();
7171
}));
7272

73-
it('dummy.', async () => {expect(true).toBeTruthy();});
73+
it('dummy.', async () => {
74+
expect(true).toBeTruthy();
75+
});
7476

7577
// xdescribe('IgxTabs Html Attributes', () => {
7678
// let fixture;

0 commit comments

Comments
 (0)