You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I m using es6-promise for my karma tests and i have discovered and strange behavior on with jasmine tests.
This bug appear when I'm catching the http error in my code.
Hi,
I m using es6-promise for my karma tests and i have discovered and strange behavior on with jasmine tests.
This bug appear when I'm catching the http error in my code.
Example :
Code
Test
I'm using angular mock for all my backend tests, and if the parameter is not the expected one I have this error :
Now, if I remove the catch, I have the expected message :
My environnement :
Thx for your help.
The text was updated successfully, but these errors were encountered: