fix: pubsub promisify (#456)

* fix: allow pubsub sub/unsub via promises

* chore: fix linting errors
This commit is contained in:
Alex Potsides
2019-09-24 13:02:07 +01:00
committed by Jacob Heun
parent 2a80618740
commit ae6af20e8e
17 changed files with 196 additions and 149 deletions

View File

@ -37,7 +37,7 @@ class MockTransport extends EventEmitter {
}
}
describe(`dial self`, () => {
describe('dial self', () => {
let swarmA
let peerInfos