mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-03-30 15:08:28 +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
|
||||
|
||||
before(async () => {
|
||||
store = await storage.createStore("local")
|
||||
store = await storage.createStore("orbitdb/test/local")
|
||||
const cache = new CustomCache(store)
|
||||
|
||||
rmrf.sync(dbPath)
|
||||
|
Loading…
x
Reference in New Issue
Block a user