mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-10-07 22:57:07 +00:00
chore: Check required params. (#46)
* chore: Check required params. * fix: Linting. * feat: Specify a list of peers with write access. * test: Identify OrbitDB tests. * test: IPFS access controller. * test: Omit "OrbitDB" from test labels. * test: Correctly set write options. * fix: Linting.
This commit is contained in:
@@ -107,6 +107,7 @@ describe('Database', function () {
|
||||
await headsStorage.close()
|
||||
|
||||
await rmrf(headsPath)
|
||||
await rmrf('./custom-directory')
|
||||
})
|
||||
|
||||
it('uses given MemoryStorage for headsStorage', async () => {
|
||||
|
||||
Reference in New Issue
Block a user