nodejs/undici

Improve tests with more checks for unexpected `'disconnect'`

Open

#251 opened on Jul 11, 2020

View on GitHub
 (2 comments) (0 reactions) (0 assignees)JavaScript (5,319 stars) (444 forks)batch import
enhancementgood first issue

Description

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.

Contributor guide