mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-06-18 11:41:21 +00:00
chore: update keywords and description (#370)
* chore: update keywords and description chore: reorganize package.json fields * test: bump timeouts for peer generation
This commit is contained in:
@ -109,7 +109,8 @@ describe('libp2p creation', () => {
|
||||
})
|
||||
})
|
||||
|
||||
it('createLibp2p should create a peerInfo instance', (done) => {
|
||||
it('createLibp2p should create a peerInfo instance', function (done) {
|
||||
this.timeout(10e3)
|
||||
createLibp2p({
|
||||
modules: {
|
||||
transport: [ WS ]
|
||||
@ -121,7 +122,8 @@ describe('libp2p creation', () => {
|
||||
})
|
||||
})
|
||||
|
||||
it('createLibp2p should allow for a provided peerInfo instance', (done) => {
|
||||
it('createLibp2p should allow for a provided peerInfo instance', function (done) {
|
||||
this.timeout(10e3)
|
||||
PeerInfo.create((err, peerInfo) => {
|
||||
expect(err).to.not.exist()
|
||||
sinon.spy(PeerInfo, 'create')
|
||||
|
Reference in New Issue
Block a user