fzn0x / hypf

🤏 Small (2.5kB MINIFIED + GZIPPED & 0 dependencies) and strong-typed HTTP client for Deno, Bun, Node.js, Cloudflare Workers and Browsers.
https://bundlephobia.com/package/hypf@0.2.3
MIT License
33 stars 1 forks source link

Document tests #6

Closed fzn0x closed 7 months ago

fzn0x commented 8 months ago

What would you like to ask?

How to tests the functionality?

Checklist

fzn0x commented 8 months ago

Note that doing this in a unit test may not be ideal because it introduces dependencies on external systems, making the test less isolated and potentially slower.

However mock testing is not a preferable option for me, we will start with creating unit test and use https://jsonplaceholder.typicode.com/.