Skip to content

Commit 6152abb

Browse files
MKirovaMKirova
MKirova
authored and
MKirova
committed
chore(*): Remove fdescribe.
1 parent 438986f commit 6152abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ describe('Row Pinning #grid', () => {
222222
});
223223
});
224224

225-
fdescribe(' Editing ', () => {
225+
describe(' Editing ', () => {
226226
beforeEach(fakeAsync(() => {
227227
fix = TestBed.createComponent(GridRowPinningWithTransactionsComponent);
228228
fix.detectChanges();

0 commit comments

Comments
 (0)