mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-04-25 10:32:14 +00:00
chore: update branch
This commit is contained in:
parent
052aad4e06
commit
50f7f32e53
@ -97,6 +97,10 @@ describe('Pubsub subscription handlers adapter', () => {
|
||||
await libp2p.start()
|
||||
})
|
||||
|
||||
afterEach(async () => {
|
||||
libp2p && await libp2p.stop()
|
||||
})
|
||||
|
||||
it('extends pubsub with subscribe handler', async () => {
|
||||
let countMessages = 0
|
||||
const topic = 'topic'
|
||||
|
Loading…
x
Reference in New Issue
Block a user