mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-06-27 08:22:31 +00:00
Fix tests
This commit is contained in:
parent
e99bfb6d34
commit
d0da27194d
@ -67,10 +67,10 @@ describe('Orbit Client', function() {
|
|||||||
done();
|
done();
|
||||||
}));
|
}));
|
||||||
|
|
||||||
after(() => {
|
after((done) => {
|
||||||
if(db) db.delete();
|
if(db) db.delete();
|
||||||
if(client) client.disconnect();
|
if(client) client.disconnect();
|
||||||
if(ipfs) ipfs.goOffline();
|
if(ipfs) ipfs.goOffline(done);
|
||||||
});
|
});
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user