nodejs/undici

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

オープン

#251 opened on 2020/07/11

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (444 件のフォーク)batch import
enhancementgood first issue

Repository metrics

Stars
 (5,319 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド