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 b81263d commit 0184dfdCopy full SHA for 0184dfd
projects/igniteui-angular/src/lib/grids/grid/column-group.spec.ts
@@ -25,7 +25,7 @@ const GRID_COL_GROUP_THEAD_TITLE_CLASS = 'igx-grid__thead-title';
25
const GRID_COL_GROUP_THEAD_GROUP_CLASS = 'igx-grid__thead-group';
26
27
// tslint:disable:max-line-length
28
-fdescribe('IgxGrid - multi-column headers #grid', () => {
+describe('IgxGrid - multi-column headers #grid', () => {
29
configureTestSuite();
30
31
let fixture, grid: IgxGridComponent, componentInstance;
0 commit comments