libp2p / js-libp2p

The JavaScript Implementation of libp2p networking stack.
https://libp2p.github.io/js-libp2p/
Other
2.34k stars 446 forks source link

chore: add test to assert peer ids can be passed to stubs #2814

Closed achingbrain closed 2 weeks ago

achingbrain commented 2 weeks ago

Makes sure we can use peer ids with sinon stubs without custom matchers.

Change checklist