Skip to content

Commit ff425e8

Browse files
committed
chore(*): removing leftover fdescribe
1 parent 9d5cfed commit ff425e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/hierarchical-grid/hierarchical-grid.integration.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ describe('IgxHierarchicalGrid Integration #hGrid', () => {
319319
}));
320320
});
321321

322-
fdescribe('Summaries', () => {
322+
describe('Summaries', () => {
323323
const SUMMARIES_MARGIN_CLASS = '.igx-grid__summaries-patch';
324324
it('should allow defining summaries for child grid and child should be sized correctly.', fakeAsync(() => {
325325
// expand first row

0 commit comments

Comments
 (0)