cmorten / superdeno

Super-agent driven library for testing Deno HTTP servers.
https://cmorten.github.io/superdeno/
MIT License
124 stars 6 forks source link

[#27] Deno ^1.9.0 Fixes #29

Closed cmorten closed 3 years ago

cmorten commented 3 years ago

Issue

Fixes #27

Details

Deno ^1.9.0 introduced some changes which means we are no somewhat more restricted with accessing property descriptors / prototype ( REF: https://github.com/denoland/deno/releases/tag/v1.9.0). This changes fixes the missing headers by manually transfering the required properties.

Formatting and upgrades to versions as well.

Should be noted that had to reduce the test coverage due to a bug found in Opine - tracking here --> https://github.com/asos-craigmorten/superdeno/issues/28

CheckList