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!
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!