We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9174a24 + 638b0a8 commit c3bf255Copy full SHA for c3bf255
package.json
@@ -24,7 +24,7 @@
24
"devDependencies": {
25
"aegir": "^8.1.0",
26
"chai": "^3.5.0",
27
- "interface-pull-blob-store": "^0.5.0"
+ "interface-pull-blob-store": "^0.6.0"
28
},
29
"dependencies": {
30
"dexie": "^1.4.2",
@@ -45,4 +45,4 @@
45
"type": "git",
46
"url": "git+https://github.com/ipfs/js-idb-pull-blob-store.git"
47
}
48
-}
+}
test/index.spec.js
@@ -1,6 +1,6 @@
1
'use strict'
2
3
-const testSuite = require('interface-pull-blob-store')
+const testSuite = require('interface-pull-blob-store/lib/tests')
4
5
const IdbBlobStore = require('../src')
6
const indexedDB = window.indexedDB ||
0 commit comments