libp2p / js-libp2p

The JavaScript Implementation of libp2p networking stack.
https://libp2p.io
Other
2.31k stars 442 forks source link

chore: fix dht tests #2432

Closed achingbrain closed 7 months ago

achingbrain commented 7 months ago

.on stubbing needs to change to .addEventListener as the type has changed to TypedEventEmitter

Change checklist