Run all tests

This commit is contained in:
haad 2023-02-16 12:29:54 +02:00
parent fc4ec549d4
commit 5903e41a83

View File

@ -23,7 +23,7 @@ const { createIdentity } = IdentityProvider
const OpLog = { Log, Entry, IPFSBlockStorage, LevelStorage } const OpLog = { Log, Entry, IPFSBlockStorage, LevelStorage }
Object.keys(testAPIs).forEach((IPFS) => { Object.keys(testAPIs).forEach((IPFS) => {
describe.only('KeyValue Database (' + IPFS + ')', function () { describe('KeyValue Database (' + IPFS + ')', function () {
this.timeout(config.timeout) this.timeout(config.timeout)
let ipfsd1, ipfsd2 let ipfsd1, ipfsd2