Remove orbit-common from dependencies. Use latest orbit-server package.

This commit is contained in:
haad 2016-04-26 16:39:29 +02:00
parent 6a46b64cfe
commit c4c03dba23

View File

@ -32,7 +32,7 @@ const startIpfs = () => {
});
};
describe('Orbit Client', function() {
describe('CounterStore', function() {
this.timeout(20000);
let ipfs, client1, client2;