| 1638 | |
| 1639 | describe('checking types before compiling them', () => { |
| 1640 | @Directive({ |
| 1641 | selector: 'my-dir', |
| 1642 | standalone: false, |
| 1643 | }) |
| 1644 | class MyDir {} |
| 1645 | |
| 1646 | @NgModule() |
| 1647 | class MyModule {} |
nothing calls this directly
no test coverage detected
searching dependent graphs…