mirror of
https://github.com/fluencelabs/js-peer-id
synced 2025-06-27 15:01:49 +00:00
new timeout set
This commit is contained in:
@ -15,7 +15,8 @@ const testIdBytes = new Buffer('1220151ab1658d8294ab34b71d5582cfe20d06414212f440
|
|||||||
|
|
||||||
const testIdB58String = 'QmQ2zigjQikYnyYUSXZydNXrDRhBut2mubwJBaLXobMt3A'
|
const testIdB58String = 'QmQ2zigjQikYnyYUSXZydNXrDRhBut2mubwJBaLXobMt3A'
|
||||||
|
|
||||||
describe('id', () => {
|
describe('id', function(done) {
|
||||||
|
this.timeout(10000)
|
||||||
it('create a new id', done => {
|
it('create a new id', done => {
|
||||||
//this will always be randomly generated. is there something i can test it against?
|
//this will always be randomly generated. is there something i can test it against?
|
||||||
var id = PeerId.create()
|
var id = PeerId.create()
|
||||||
|
Reference in New Issue
Block a user