()
| 188 | @NgModule({}) |
| 189 | class TestModule { |
| 190 | constructor() { |
| 191 | expect(getActiveConsumer()).toBe(null); |
| 192 | } |
| 193 | } |
| 194 | expectNotToThrowInReactiveContext(() => |
| 195 | createInjector(TestModule, TestBed.inject(EnvironmentInjector)), |
nothing calls this directly
no test coverage detected