()
| 144 | @Injectable() |
| 145 | class Service { |
| 146 | constructor() { |
| 147 | expect(getActiveConsumer()).toBe(null); |
| 148 | } |
| 149 | } |
| 150 | |
| 151 | const injector = createEnvironmentInjector([Service], TestBed.inject(EnvironmentInjector)); |
nothing calls this directly
no test coverage detected