mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-06-07 22:56:36 +00:00
Use same directory for test data as other tests
This commit is contained in:
parent
e253fe11b6
commit
73383cbf9b
@ -27,7 +27,7 @@ Object.keys(testAPIs).forEach(API => {
|
|||||||
let ipfsd, ipfs, orbitdb1, store
|
let ipfsd, ipfs, orbitdb1, store
|
||||||
|
|
||||||
before(async () => {
|
before(async () => {
|
||||||
store = await storage.createStore("local")
|
store = await storage.createStore("orbitdb/test/local")
|
||||||
const cache = new CustomCache(store)
|
const cache = new CustomCache(store)
|
||||||
|
|
||||||
rmrf.sync(dbPath)
|
rmrf.sync(dbPath)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user