How do I debug a “[object ErrorEvent] thrown” error in my Karma/Jasmine tests?

后端 未结 17 2300
生来不讨喜
生来不讨喜 2020-12-04 09:51

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

17条回答
  •  失恋的感觉
    2020-12-04 10:14

    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

提交回复
热议问题