undici
undici copied to clipboard
Improve tests with more checks for unexpected `'disconnect'`
Some of our tests might emit disconnect, reconnect and then pass even though a disconnect was not expected.
Add more assertions (t.fail()
) to catch this if it happens.
Hey @ronag I am trying to work on this issue. Can you give me a few examples of those tests that disconnect unexpectedly like this?