Closed sainu closed 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 .
Request aborted
Thanks!
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 .