Open kamal2311 opened 6 years ago
I can confirm. The issue comes from here:
result.status
is undefined with jasmine-core@2.99.1
.
In jasmine-core@2.6.2, the result object looks like this:
In jasmine-core@2.99.1 the result object looks like this:
To debug, I set a breakpoint at html.jasmine.reporter.js:196.
Thank you @boxmein for the problem trace. Hope this gets fixed soon.
Any update on this? Since observing same issue in Angular cli generated project (NG6).
With Jasmine core 2.99.1, All specs appear black regardless of passing or failing. The html-reporter needs to be updated with the update in Jasmine-core.