mirror of https://codeberg.org/pzp/pzp-invite.git
format code
This commit is contained in:
parent
85201f07d9
commit
c606e76ae0
|
@ -56,7 +56,7 @@ test('createForFriend()', async (t) => {
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
const local = require('secret-stack/bare')({caps})
|
const local = require('secret-stack/bare')({ caps })
|
||||||
.use(require('secret-stack/plugins/net'))
|
.use(require('secret-stack/plugins/net'))
|
||||||
.use(require('secret-handshake-ext/secret-stack'))
|
.use(require('secret-handshake-ext/secret-stack'))
|
||||||
.use(mockConn)
|
.use(mockConn)
|
||||||
|
|
|
@ -55,4 +55,3 @@ test('parse() good myself invite', (t) => {
|
||||||
},
|
},
|
||||||
])
|
])
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue