Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
chore: appease linter
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
  • Loading branch information
alanshaw committed Sep 11, 2018
1 parent 7f72dea commit e2f764a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/bootstrapers.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,7 @@ describe('Check that a js-ipfs node can indeed contact the bootstrappers', () =>
it('a node connects to bootstrappers', function (done) {
this.timeout(2 * 60 * 1000)

<<<<<<< HEAD
const test = (cb) => {
=======
waitFor((cb) => {
>>>>>>> chore: cleanup temp repos after tests
ipfsd.api.swarm.peers((err, peers) => {
if (err) return cb(err)

Expand All @@ -56,12 +52,8 @@ describe('Check that a js-ipfs node can indeed contact the bootstrappers', () =>

cb(null, bootstrapList.every(addr => peerList.includes(addr)))
})
<<<<<<< HEAD
}

waitFor(test, { name: 'connect to all bootstrap nodes', timeout: 60 * 1000 }, done)
=======
}, { name: 'connect to all bootstrap nodes', timeout: 60 * 1000 }, done)
>>>>>>> chore: cleanup temp repos after tests
})
})

0 comments on commit e2f764a

Please sign in to comment.