format code

This commit is contained in:
Andre Staltz 2023-08-10 10:54:38 +03:00
parent 85201f07d9
commit c606e76ae0
No known key found for this signature in database
GPG Key ID: 9EDE23EA7E8A4890
2 changed files with 1 additions and 2 deletions

View File

@ -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-handshake-ext/secret-stack'))
.use(mockConn)

View File

@ -55,4 +55,3 @@ test('parse() good myself invite', (t) => {
},
])
})