I have several failing tests that only output [object ErrorEvent] thrown. I don\'t see anything in the console that helps me pinpoint the offending code. Is t
[object ErrorEvent] thrown
what about cleaning after each test case:
afterEach(() => { TestBed.resetTestingModule(); })