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
Thank you for build such a useful plugin.
Now I've got a problem , I use superagent-jsonp in dev environment. But it seems to can't work with your superagent-mock plugin.
Is there any way to solve the problem?
The text was updated successfully, but these errors were encountered:
I don't use superagent-jsonp but it seems that this library use the same way to override superagent methods, so I'm not surprised that these plugins can't work both 😞
I think we need to remove the jsonp call when superagent-mock is used. jsonp is useless if superagent is mocked.
This could be done easily by overriding the use method on superagent-mock.
Thank you for build such a useful plugin.
Now I've got a problem , I use superagent-jsonp in dev environment. But it seems to can't work with your
superagent-mock
plugin.Is there any way to solve the problem?
The text was updated successfully, but these errors were encountered: