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 20dedc8 commit f23ba64Copy full SHA for f23ba64
projects/igniteui-angular/src/lib/grids/grid/column-group.spec.ts
@@ -18,7 +18,7 @@ const GRID_COL_GROUP_THEAD_TITLE_CLASS = 'igx-grid__thead-title';
18
const GRID_COL_GROUP_THEAD_GROUP_CLASS = 'igx-grid__thead-group';
19
const GRID_COL_THEAD_CLASS = '.igx-grid__th';
20
21
-fdescribe('IgxGrid - multi-column headers', () => {
+describe('IgxGrid - multi-column headers', () => {
22
configureTestSuite();
23
beforeEach(async(() => {
24
TestBed.configureTestingModule({
0 commit comments