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 am attempting to stub a request as a 500 failure. Normally I check that the error is of AxiosError type with the isAxiosError method. But when I run the test suite using moxios this is not replicating such behavior.
The text was updated successfully, but these errors were encountered:
I am attempting to stub a request as a 500 failure. Normally I check that the error is of AxiosError type with the
isAxiosError
method. But when I run the test suite using moxios this is not replicating such behavior.The text was updated successfully, but these errors were encountered: