Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 88b7558

Browse files
committed
fix(block): testing
1 parent 2ae09fb commit 88b7558

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"chai": "^3.5.0",
4848
"gulp": "^3.9.1",
4949
"hapi": "^14.1.0",
50-
"interface-ipfs-core": "^0.12.0",
50+
"interface-ipfs-core": "^0.13.0",
5151
"ipfsd-ctl": "^0.14.0",
5252
"pre-commit": "^1.1.3",
5353
"socket.io": "^1.4.8",

src/api/util/url-add.js

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ module.exports = (send) => {
3232
if (err) {
3333
return callback(err)
3434
}
35-
console.log('got page back')
3635

3736
sendWithTransform({
3837
path: 'add',

test/interface-ipfs-core/block.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ const common = {
1717
}
1818
}
1919

20-
// test.block(common)
20+
test.block(common)

0 commit comments

Comments
 (0)