Skip to content

Commit 70c7004

Browse files
Martin DragnevMartin Dragnev
authored andcommitted
chore(*): removing fit in tests
1 parent 3c88172 commit 70c7004

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
@@ -699,7 +699,7 @@ describe('IgxGrid - Deferred Column Resizing #grid', () => {
699699
await wait(16);
700700
});
701701

702-
fit('should autosize column when minWidth is set.', async() => {
702+
it('should autosize column when minWidth is set.', async() => {
703703
const fixture = TestBed.createComponent(LargePinnedColGridComponent);
704704
fixture.detectChanges();
705705

0 commit comments

Comments
 (0)