nodejs/undici

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

Open

#251 创建于 2020年7月11日

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

仓库指标

Star
 (5,319 star)
PR 合并指标
 (平均合并 2天 10小时) (30 天内合并 82 个 PR)

描述

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.

贡献者指南