From e6a497fe448558120880f533ff9e0f27bbcf5893 Mon Sep 17 00:00:00 2001 From: haad Date: Mon, 23 May 2016 12:15:29 +0200 Subject: [PATCH] Add repo path to the js-ipfs tesy --- test/client.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/client.test.js b/test/client.test.js index 8c6099e..1eef899 100644 --- a/test/client.test.js +++ b/test/client.test.js @@ -26,7 +26,7 @@ const IpfsApis = [ start: () => { return new Promise((resolve, reject) => { const IPFS = require('ipfs') - const ipfs = new IPFS(); + const ipfs = new IPFS('/tmp/orbitdbtest'); // resolve(ipfs); ipfs.goOnline((err) => { if(err) reject(err)