| 1 | import {Component, ChangeDetectionStrategy} from '@angular/core'; |
| 2 | import {ComponentHarness, HarnessLoader} from '@angular/cdk/testing'; |
| 3 | import {MatToolbarModule} from '../../toolbar'; |
| 4 | import {MatToolbarHarness, MatToolbarSection} from './toolbar-harness'; |
nothing calls this directly
no test coverage detected