Use same directory for test data as other tests

This commit is contained in:
haad 2022-12-30 12:36:52 +02:00
parent e253fe11b6
commit 73383cbf9b

View File

@ -27,7 +27,7 @@ Object.keys(testAPIs).forEach(API => {
let ipfsd, ipfs, orbitdb1, store
before(async () => {
store = await storage.createStore("local")
store = await storage.createStore("orbitdb/test/local")
const cache = new CustomCache(store)
rmrf.sync(dbPath)