We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 583781c commit 0ebab13Copy full SHA for 0ebab13
projects/igniteui-angular/src/lib/grids/grid/column-group.spec.ts
@@ -26,7 +26,7 @@ const GRID_COL_GROUP_THEAD_TITLE_CLASS = 'igx-grid__thead-title';
26
const GRID_COL_GROUP_THEAD_GROUP_CLASS = 'igx-grid__thead-group';
27
28
// tslint:disable:max-line-length
29
-fdescribe('IgxGrid - multi-column headers #grid', () => {
+describe('IgxGrid - multi-column headers #grid', () => {
30
configureTestSuite();
31
32
let fixture, grid: IgxGridComponent, componentInstance;
0 commit comments