Skip to content

Commit 1be97ce

Browse files
author
MPopov
committed
Remove fdescribe to run all tests
1 parent 4a8ace8 commit 1be97ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import { setupGridScrollDetection } from '../../test-utils/helper-utils.spec';
3333

3434
const DEBOUNCETIME = 30;
3535

36-
fdescribe('IgxGrid Component Tests', () => {
36+
describe('IgxGrid Component Tests', () => {
3737
const MIN_COL_WIDTH = '136px';
3838
const COLUMN_HEADER_CLASS = '.igx-grid__th';
3939
const COLUMN_HEADER_GROUP_CLASS = '.igx-grid__thead-item';

0 commit comments

Comments
 (0)