Skip to content

Commit 88192ff

Browse files
authored
Update column-resizing.spec.ts
1 parent c3284b7 commit 88192ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ describe('IgxGrid - Deferred Column Resizing #grid', () => {
5050
headerResArea = GridFunctions.getHeaderResizeArea(headers[0]).nativeElement;
5151
}));
5252

53-
fit('should define grid with resizable columns.', fakeAsync(() => {
53+
it('should define grid with resizable columns.', fakeAsync(() => {
5454

5555
expect(grid.columns[0].width).toEqual('100px');
5656
expect(grid.columns[0].resizable).toBeTruthy();

0 commit comments

Comments
 (0)