| 451 | class SomeOtherComponent {} |
| 452 | |
| 453 | @NgModule({declarations: [SomeComponent, SomeDirective, SomePipe]}) |
| 454 | class SomeModule {} |
| 455 | |
| 456 | beforeEach(() => TestBed.configureTestingModule({imports: [SomeModule]})); |
| 457 |
nothing calls this directly
no test coverage detected
searching dependent graphs…