| 119 | |
| 120 | it('should handle Error like objects', async () => { |
| 121 | class FooError implements Error { |
| 122 | name = 'FooError'; |
| 123 | message = 'This is a FooError'; |
| 124 | } |
| 125 | |
| 126 | const injector = TestBed.inject(Injector); |
| 127 | const appRef = TestBed.inject(ApplicationRef); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…