Skip to content

Commit 50f7f32

Browse files
committedJun 13, 2021
chore: update branch
1 parent 052aad4 commit 50f7f32

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎test/configuration/pubsub.spec.js

+4
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ describe('Pubsub subscription handlers adapter', () => {
9797
await libp2p.start()
9898
})
9999

100+
afterEach(async () => {
101+
libp2p && await libp2p.stop()
102+
})
103+
100104
it('extends pubsub with subscribe handler', async () => {
101105
let countMessages = 0
102106
const topic = 'topic'

0 commit comments

Comments
 (0)