mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-10-07 22:57:07 +00:00
Add options, cache filename
This commit is contained in:
@@ -21,7 +21,7 @@ describe('Orbit Client', function() {
|
||||
let channel = 'abcdefgh';
|
||||
|
||||
before(async((done) => {
|
||||
client = await(OrbitClient.connect(host, port, username, password, true));
|
||||
client = await(OrbitClient.connect(host, port, username, password, null, { allowOffline: true }));
|
||||
db = client.channel(channel, '', false);
|
||||
db.delete();
|
||||
done();
|
||||
|
||||
Reference in New Issue
Block a user