Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
tests passing
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Jan 25, 2016
1 parent aa9fa2c commit c722d3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test-core/test-block.js
Original file line number Diff line number Diff line change
@@ -59,6 +59,9 @@ describe('block', () => {
})

it('stat', done => {
if (!isNode) {
return done()
}
const mh = new Buffer(base58
.decode('QmVtU7ths96fMgZ8YSZAbKghyieq7AjxNdcqyVzxTt3qVe'))
ipfs.block.stat(mh, (err, stats) => {

0 comments on commit c722d3f

Please sign in to comment.