| 1 | import {MatTableDataSource} from './table-data-source'; |
| 2 | import {ComponentFixture, fakeAsync, TestBed, tick} from '@angular/core/testing'; |
| 3 | import {MatSort, MatSortModule} from '@angular/material/sort'; |
| 4 | import {Component, ViewChild, ChangeDetectionStrategy} from '@angular/core'; |
nothing calls this directly
no test coverage detected