| 1 | import {TestBed} from '@angular/core/testing'; |
| 2 | import {DateAdapter, MAT_DATE_FORMATS, MatDateFormats, provideNativeDateAdapter} from '../core'; |
| 3 | import {generateOptions, parseInterval} from './util'; |
| 4 |
nothing calls this directly
no test coverage detected