Skip to content

Commit bf1fa3e

Browse files
committed
test(query-builder): exclude disconnecting test
1 parent 78e22e6 commit bf1fa3e

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

projects/igniteui-angular/src/lib/services/transaction/igx-transaction.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,7 @@ describe('IgxTransaction', () => {
10311031
expect(transaction.getAggregatedChanges(true)).toEqual([]);
10321032
});
10331033

1034-
xit('Should emit onStateUpdate once when commiting a hierarchical transaction', () => {
1034+
it('Should emit onStateUpdate once when commiting a hierarchical transaction', () => {
10351035
const data = SampleTestData.employeeTreeData();
10361036
const transaction = new IgxHierarchicalTransactionService();
10371037
spyOn(transaction.onStateUpdate, 'emit').and.callThrough();
Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +0,0 @@
1-
2-
// import {waitForAsync } from '@angular/core/testing';
3-
4-
// xdescribe('IgxTabs', () => {
5-
6-
// beforeAll(waitForAsync(() => {
7-
8-
// }));
9-
10-
// it('dummy.', async () => {
11-
// expect(true).toBeTruthy();
12-
// });
13-
14-
// });
15-
16-

0 commit comments

Comments
 (0)