This is a very weird issue after upgrading to Angular 6.
If I have 60 Test Cases exactly, Karma will fail with the error msg "[object ErrorEvent] thrown"
If it is 59, 61 or any other no. of Test Cases, there will be no issue.
Also, if I have like 61 Test Cases and I skip 1 Test (XIT), it will also fail upon running 60 Active Test Cases.
Update: I have tried running active tests in multiple of 10s (e.g. 30, 40, 50, 60, 70 Test Cases and skipping the Rest). All failed.
Anyone having the same issue here?