nes
nes copied to clipboard
Nes most likely breaking in Node 22
Runtime
NodeJS
Runtime version
22
Module version
13
Last module version without issue
N/A
Used with
No response
Any other relevant information
Seems like there were breaking changes in Node22 that are making many of the Nes tests fail.
What are you trying to achieve or the steps to reproduce?
Run Nes tests in Node 22
What was the result you got?
- authentication cookie *: Connection requires authentication
- Client defaults options.ws.maxPayload to zero (node): Expected undefined to equal specified value: { maxPayload: 0 }
- Listener accepts known origin: Connection terminated while waiting to connect
What result did you expect?
Tests to pass