JustinBeckwith / retry-axios

🦖 A super flexible interceptor for Axios that makes it easy to retry requests.
Apache License 2.0
490 stars 62 forks source link

test: Almost complete coverage #239

Closed orgads closed 1 year ago

orgads commented 1 year ago

The only uncovered branch is:

(axiosError as any).config = axiosError.config || {}; // Allow for wider range of errors

which I have no idea how to reach.

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 3.1.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: