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
I'm having the following issue after upgrading jasmine-auto-spies to version 8.0.0, version 7.0.0 was OK.
Describe the bug
Type missmatch with toHaveBeenCalledWith on an autoSpied service method with several prototypes since version 8.0.0 of jasmine-auto-spies.
Only the last prototype is available from toHaveBeenCalledWith.
If I inverted the prototypes, then it works for this test case :
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I'm having the following issue after upgrading jasmine-auto-spies to version 8.0.0, version 7.0.0 was OK.
Describe the bug
Type missmatch with toHaveBeenCalledWith on an autoSpied service method with several prototypes since version 8.0.0 of jasmine-auto-spies.
Only the last prototype is available from toHaveBeenCalledWith.
If I inverted the prototypes, then it works for this test case :
Thanks
The text was updated successfully, but these errors were encountered: