nodejs/undici

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

Aberta

#251 aberto em 11 de jul. de 2020

 (3 comentários) (0 reação) (0 responsável)JavaScript (444 forks)batch import
enhancementgood first issue

Métricas do repositório

Stars
 (5.319 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador