Skip to content

Commit ebc54bf

Browse files
Martin DragnevMartin Dragnev
authored andcommitted
chore(*): removing fit in tests
1 parent b266e68 commit ebc54bf

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
@@ -695,7 +695,7 @@ describe('IgxGrid - Deferred Column Resizing #grid', () => {
695695
await wait(16);
696696
});
697697

698-
fit('should autosize column when minWidth is set.', async() => {
698+
it('should autosize column when minWidth is set.', async() => {
699699
const fixture = TestBed.createComponent(LargePinnedColGridComponent);
700700
fixture.detectChanges();
701701

0 commit comments

Comments
 (0)