ctimmerm / axios-mock-adapter

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

Implement requestAborted function #242

Closed sainu closed 4 years ago

sainu commented 4 years ago

This PR implement mock function that returns Request aborted error. Its error is called in https://github.com/axios/axios/blob/dc4bc49673943e35280e5df831f5c3d0347a9393/lib/adapters/xhr.js#L73 .

ctimmerm commented 4 years ago

Thanks!