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

Commit c722d3f

Browse files
committedJan 25, 2016
tests passing
1 parent aa9fa2c commit c722d3f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎tests/test-core/test-block.js

+3
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ describe('block', () => {
5959
})
6060

6161
it('stat', done => {
62+
if (!isNode) {
63+
return done()
64+
}
6265
const mh = new Buffer(base58
6366
.decode('QmVtU7ths96fMgZ8YSZAbKghyieq7AjxNdcqyVzxTt3qVe'))
6467
ipfs.block.stat(mh, (err, stats) => {

0 commit comments

Comments
 (0)
This repository has been archived.