This repository was archived by the owner on Feb 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 408
ZoneTask.toString can return a number, which causes problems in Jasmine #1153
Comments
@fr0, thanks, is there any reproduce repo? |
I have not been able to reproduce it outside of my private repo, but I will keep trying. Thanks! |
Also seeing this issue in jasmine. |
@JiaLiPassion @fr0 looks like the issue is coming from here (ZoneTask)
It will return the |
@jonatino, thanks! I will fix this one. |
JiaLiPassion
added a commit
to JiaLiPassion/zone.js
that referenced
this issue
Nov 21, 2018
JiaLiPassion
added a commit
to JiaLiPassion/zone.js
that referenced
this issue
Nov 21, 2018
JiaLiPassion
added a commit
to JiaLiPassion/zone.js
that referenced
this issue
Nov 21, 2018
JiaLiPassion
added a commit
to JiaLiPassion/zone.js
that referenced
this issue
Nov 21, 2018
mhevery
pushed a commit
that referenced
this issue
Dec 12, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If a karma/jasmine test fails due to an unhandled promise rejection, Jasmine's
PrettyPrinter
class throws an exception due to theZoneTask.toString
function not returning a string.See: jasmine/jasmine#1575
The text was updated successfully, but these errors were encountered: