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

Commit

Permalink
feat: dag-api (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Dec 19, 2016
1 parent 64a25b9 commit 44af576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dag.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const dagCBOR = require('ipld-dag-pb')
// const series = require('async/series')

module.exports = (common) => {
describe.only('.dag', () => {
describe.skip('.dag', () => {
let ipfs

before(function (done) {
Expand Down Expand Up @@ -71,7 +71,7 @@ module.exports = (common) => {
ipfs.dag.put(cborNode, 'dag-cbor', 'sha2-256', done)
})

it.skip('dag-cbor with custom hash func (sha3-512)', (done) => {
it('dag-cbor with custom hash func (sha3-512)', (done) => {
ipfs.dag.put(cborNode, 'dag-cbor', 'sha3-512', done)
})

Expand Down

0 comments on commit 44af576

Please sign in to comment.