File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
projects/igniteui-angular/src/lib/test-utils Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export const configureTestSuite = (configureAction?: () => TestBed) => {
2323 let _resizerSub : jasmine . Spy < OnErrorEventHandlerNonNull > ;
2424
2525 beforeAll ( ( ) => {
26- // testBed.resetTestingModule();
26+ testBed . resetTestingModule ( ) ;
2727 testBed . resetTestingModule = ( ) => testBed ;
2828 _resizerSub = resizeObserverIgnoreError ( ) ;
2929 } ) ;
@@ -39,7 +39,7 @@ export const configureTestSuite = (configureAction?: () => TestBed) => {
3939 clearSVGContainer ( ) ;
4040 ( testBed as any ) . _activeFixtures . forEach ( ( fixture : ComponentFixture < any > ) => {
4141 const element = fixture . debugElement . nativeElement as HTMLElement ;
42- // fixture.destroy();
42+ fixture . destroy ( ) ;
4343 // If the fixture element ID changes, then it's not properly disposed
4444 element ?. remove ( ) ;
4545 } ) ;
You can’t perform that action at this time.
0 commit comments