mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-10-07 22:57:07 +00:00
Use same directory for test data as other tests
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user