File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
projects/igniteui-angular/src/lib/grids/pivot-grid Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ describe('Basic IgxPivotGrid #pivotGrid', () => {
2222 } ) ) ;
2323
2424 it ( 'should apply formatter and dataType from measures' , ( ) => {
25- fixture . detectChanges ( )
25+ fixture . detectChanges ( ) ;
2626 const pivotGrid = fixture . componentInstance . pivotGrid ;
2727 const actualFormatterValue = pivotGrid . rowList . first . cells . first . title ;
2828 expect ( actualFormatterValue ) . toEqual ( '774$' ) ;
@@ -31,7 +31,7 @@ describe('Basic IgxPivotGrid #pivotGrid', () => {
3131 } ) ;
3232
3333 it ( 'should apply css class to cells from measures' , ( ) => {
34- fixture . detectChanges ( )
34+ fixture . detectChanges ( ) ;
3535 const pivotGrid = fixture . componentInstance . pivotGrid ;
3636 const cells = pivotGrid . rowList . first . cells ;
3737 expect ( cells . first . nativeElement . classList ) . toContain ( 'test' ) ;
You can’t perform that action at this time.
0 commit comments