We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 14db902 + cfb7d11 commit 8257233Copy full SHA for 8257233
package.json
@@ -24,7 +24,7 @@
24
"devDependencies": {
25
"aegir": "^8.0.0",
26
"chai": "^3.5.0",
27
- "interface-pull-blob-store": "^0.5.0",
+ "interface-pull-blob-store": "^0.6.0",
28
"rimraf": "^2.5.4"
29
},
30
"dependencies": {
@@ -45,4 +45,4 @@
45
"type": "git",
46
"url": "git+https://github.com/ipfs/js-fs-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
const path = require('path')
5
const os = require('os')
6
const rimraf = require('rimraf')
0 commit comments