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
If sourcemap=false doesn't help, try to 1) open your browser running the tests 2) click debug button 3) open the console
The error will be there