denoland / deno

A modern runtime for JavaScript and TypeScript.
https://deno.com
MIT License
93.06k stars 5.14k forks source link

test(ext/net): check network types with Fresh, Oak and `std/http` #23705

Open iuioiua opened 2 weeks ago

iuioiua commented 2 weeks ago

@mmastrac and I figured it'd be worth having some sort of check for ensuring network-related types aren't broken. This is done here by simply checking that current network types don't break with Fresh, Oak and std/http.

iuioiua commented 2 weeks ago

@dsherret, I want to make actual JSR requests here. Should the spec tests allow me to do this right now?