cuducos / chunk

🧱 Chunk is a download manager for slow and unstable servers
MIT License
56 stars 3 forks source link

Added tests for `getDownloadSize` #19

Closed devils2ndself closed 1 year ago

devils2ndself commented 1 year ago

Closes #18

I have added 3 unit tests for getDownloadSize: one using ContentLength, one using Content-Range header, and one as a failure.

cuducos commented 1 year ago

Beautifully done ✨ Thank you so much. Can I merge it, or is there anything else you wanna add to this PR?

devils2ndself commented 1 year ago

just pushed a TODO for future contributers, but I think that's it for the issue