| 196 | }); |
| 197 | |
| 198 | @Component({template: '{{res.value()}}'}) |
| 199 | class TestComponent { |
| 200 | res = rxResource({stream: () => EMPTY}); |
| 201 | } |
| 202 | |
| 203 | const fixture = TestBed.createComponent(TestComponent); |
| 204 | // No manual `fixture.detectChanges()` here: that call would surface the |
nothing calls this directly
no test coverage detected