ctimmerm / axios-mock-adapter

Axios adapter that allows to easily mock requests
MIT License
3.47k stars 245 forks source link

Unable to mock "no response received" #398

Open adamgcoulon opened 1 month ago

adamgcoulon commented 1 month ago

Is it possible to mock a lack of a response? I'd like to test Axios error handling when a request is made but the server does not respond. If I use .timeout(), the request object on the AxiosError is not present.

https://axios-http.com/docs/handling_errors