File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
projects/igniteui-angular/src/lib/grids/tree-grid Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
2- import { TestBed , waitForAsync , ComponentFixture } from '@angular/core/testing' ;
2+ import { TestBed , waitForAsync } from '@angular/core/testing' ;
33import { By } from '@angular/platform-browser' ;
44import { IgxTreeGridModule , IgxTreeGridComponent } from './public_api' ;
55import { IgxTreeGridEditActionsComponent , IgxTreeGridEditActionsPinningComponent } from '../../test-utils/tree-grid-components.spec' ;
@@ -10,7 +10,7 @@ import { IgxTreeGridRowComponent } from './tree-grid-row.component';
1010
1111describe ( 'IgxTreeGrid - Add Row UI #tGrid' , ( ) => {
1212 configureTestSuite ( ) ;
13- let fix : ComponentFixture < IgxTreeGridEditActionsComponent > ;
13+ let fix ;
1414 let treeGrid : IgxTreeGridComponent ;
1515 let actionStrip : IgxActionStripComponent ;
1616 const endTransition = ( ) => {
You can’t perform that action at this time.
0 commit comments