chore: update branch

This commit is contained in:
Vasco Santos 2021-04-16 22:45:34 +02:00 committed by Vasco Santos
parent 052aad4e06
commit 50f7f32e53

View File

@ -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'