From 169331e77ba5cb962dd26750f577db9a709e5e28 Mon Sep 17 00:00:00 2001 From: Aaron Sutula Date: Fri, 5 Jun 2020 12:12:02 -0500 Subject: [PATCH] test: added some test stubs for paych Signed-off-by: Aaron Sutula --- src/ffs/index.spec.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/ffs/index.spec.ts b/src/ffs/index.spec.ts index 5b664bdb..b6e9d647 100644 --- a/src/ffs/index.spec.ts +++ b/src/ffs/index.spec.ts @@ -163,6 +163,18 @@ describe('ffs', () => { expect(bytes.byteLength).equal(buffer.byteLength) }) + it('should list payment channels', async () => { + const _ = await ffs.listPayChannels() + }) + + it('should create a payment channel', async () => { + // TODO + }) + + it('should redeem a payment channel', async () => { + // TODO + }) + it('should push disable storage job', async () => { const newConf: CidConfig.AsObject = { cid,