mirror of
https://github.com/aljazceru/gitpear.git
synced 2025-12-17 06:04:25 +01:00
cli: path as option; lint; quit option
Signed-off-by: dzdidi <deniszalessky@gmail.com>
This commit is contained in:
@@ -56,7 +56,7 @@ test('e2e', async t => {
|
||||
|
||||
await drive.core.update({ wait: true })
|
||||
|
||||
payload = Buffer.from(JSON.stringify({ body: { url, method: 'get-refs', data: repoName }}))
|
||||
payload = Buffer.from(JSON.stringify({ body: { url, method: 'get-refs', data: repoName } }))
|
||||
const refsRes = await rpc.request('get-refs', payload)
|
||||
t.ok(refsRes)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user