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

Commit 170790f

Browse files
vmxdaviddias
authored andcommitted
Yet another fix
1 parent 9c73519 commit 170790f

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

js/src/dag.js

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -337,18 +337,17 @@ module.exports = (common) => {
337337
})
338338
})
339339

340-
describe.skip('.tree', function () {
341-
// TODO vmx 2018-02-22: Currently the tree API is not exposed in go-ipfs
342-
if (withGo) {
343-
this.skip()
344-
}
345-
340+
describe('.tree', function () {
346341
let nodePb
347342
let nodeCbor
348343
let cidPb
349344
let cidCbor
350345

351-
before((done) => {
346+
before(function (done) {
347+
// TODO vmx 2018-02-22: Currently the tree API is not exposed in go-ipfs
348+
if (withGo) {
349+
this.skip()
350+
}
352351
series([
353352
(cb) => {
354353
dagPB.DAGNode.create(Buffer.from('I am inside a Protobuf'), (err, node) => {

0 commit comments

Comments
 (0)