Skip to content

Commit 5fea3d3

Browse files
authored
Merge pull request #11826 from IgniteUI/VDyulgerov/remove-debugger
chore(*): remove 2 debuggers
2 parents 8d3f1ac + bd79207 commit 5fea3d3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,6 @@ describe('IgxGrid - Grid Sorting #grid', () => {
583583

584584
grid.sortingOptions = {mode: 'single'};
585585
fixture.detectChanges();
586-
debugger;
587586

588587
expect(icon.nativeElement.textContent.toLowerCase().trim()).toBe('unfold_more');
589588

projects/igniteui-angular/src/lib/time-picker/time-picker.component.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ describe('IgxTimePicker', () => {
200200
it('should properly initialize w/ ngControl', () => {
201201
const mockSub = jasmine.createSpyObj<Subscription>('mockSub', ['unsubscribe']);
202202
spyOn(mockNgControl.statusChanges, 'subscribe').and.returnValue(mockSub);
203-
debugger
204203
timePicker.ngOnInit();
205204
timePicker.ngAfterViewInit();
206205
expect(mockNgControl.statusChanges.subscribe).toHaveBeenCalledTimes(1);

0 commit comments

Comments
 (0)