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