From 9098afe21d3a5a3ec438b8ac87f172d35c73e2db Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Wed, 29 Aug 2018 10:40:16 +0100 Subject: [PATCH] chore: add ipns core interface tests --- package.json | 4 ++-- test/interface.spec.js | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3c49b0c1c..7f765a1ad 100644 --- a/package.json +++ b/package.json @@ -80,8 +80,8 @@ "eslint-plugin-react": "^7.10.0", "go-ipfs-dep": "~0.4.17", "gulp": "^3.9.1", - "interface-ipfs-core": "~0.75.1", - "ipfsd-ctl": "~0.39.0", + "interface-ipfs-core": "~0.76.1", + "ipfsd-ctl": "~0.39.1", "pull-stream": "^3.6.8", "socket.io": "^2.1.1", "socket.io-client": "^2.1.1", diff --git a/test/interface.spec.js b/test/interface.spec.js index 5f169433f..fa9765c44 100644 --- a/test/interface.spec.js +++ b/test/interface.spec.js @@ -178,6 +178,13 @@ describe('interface-ipfs-core tests', () => { ] }) + tests.name(CommonFactory.create({ + spawnOptions: { + initOptions: { bits: 1024 }, + // args: ['--offline'] + } + })) + tests.object(defaultCommonFactory) tests.pin(defaultCommonFactory)