nodejs/undici

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

Open

#251 创建于 2020年7月11日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)JavaScript (5,319 star) (444 fork)batch import
enhancementgood first issue

描述

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.

贡献者指南