jupyterhub / configurable-http-proxy

node-http-proxy plus a REST API
BSD 3-Clause "New" or "Revised" License
239 stars 127 forks source link

Colorize test output and run tests for node 20 and "current" #515

Closed consideRatio closed 9 months ago

consideRatio commented 9 months ago

The tests are passing for node 20, and the test execution time dropped from 2m24s to 4s --- I'm not sure why, but they pass still and tests seem to run as before. Not sure what that is about.

Update: it was https.createServer that has learned to terminate a lot faster in node 20+, all good!