Uh oh!
There was an error while loading. Please reload this page.
Auth test errors in node >8 - #3705
Conversation
wesleytodd
commented
Aug 6, 2018
@dougwilson Is there a reason we still have both a 5.x and a 5.0 branch? This happens every time I pick back up some of these PRs I have, and I can never remember why we have both and which is meant for what. #3218 was against |
dougwilson
commented
Aug 6, 2018
The |
dougwilson
commented
Aug 6, 2018
All of this should be documented in https://github.com/expressjs/express/blob/master/Release-Process.md |
dougwilson
commented
Aug 9, 2018
Looks like the CI failed and this doesn't merged into the |
wesleytodd
commented
Aug 9, 2018
Yeah I think I will just close this. I will make the new PR for that feature against 4.x and then see if this comes up again as I port it to the 5.0. |
The tests on the 5.x branch were failing in node>8 because digest is now required. This fixes that missing argument.