mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-06-20 12:36:31 +00:00
fix: pubsub promisify (#456)
* fix: allow pubsub sub/unsub via promises * chore: fix linting errors
This commit is contained in:
committed by
Jacob Heun
parent
2a80618740
commit
ae6af20e8e
@ -37,7 +37,7 @@ class MockTransport extends EventEmitter {
|
||||
}
|
||||
}
|
||||
|
||||
describe(`dial self`, () => {
|
||||
describe('dial self', () => {
|
||||
let swarmA
|
||||
let peerInfos
|
||||
|
||||
|
Reference in New Issue
Block a user