nodejs/undici

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

开放

#251 创建于 2020年7月11日

 (3 条评论) (0 个反应) (0 位负责人)JavaScript (444 个派生)batch import
enhancementgood first issue

仓库指标

星标
 (5,319 个星标)
PR 合并指标
 (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.

贡献者指南