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:
Hayden Young
2023-03-25 06:00:08 +08:00
committed by GitHub
parent 3ff24c298f
commit b9422463d0
11 changed files with 385 additions and 332 deletions

View File

@@ -107,6 +107,7 @@ describe('Database', function () {
await headsStorage.close()
await rmrf(headsPath)
await rmrf('./custom-directory')
})
it('uses given MemoryStorage for headsStorage', async () => {