| 1175 | |
| 1176 | it('should throw if TestBed.overrideDirective is called after TestBed initialization', () => { |
| 1177 | @Directive() |
| 1178 | class MyDirective {} |
| 1179 | |
| 1180 | TestBed.inject(Injector); |
| 1181 |
nothing calls this directly
no test coverage detected
searching dependent graphs…