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

Commit 150cf56

Browse files
committed
feat: dag-api (WIP)
1 parent d7b4105 commit 150cf56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dag.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const dagCBOR = require('ipld-dag-pb')
1010
// const series = require('async/series')
1111

1212
module.exports = (common) => {
13-
describe.only('.dag', () => {
13+
describe.skip('.dag', () => {
1414
let ipfs
1515

1616
before(function (done) {
@@ -71,7 +71,7 @@ module.exports = (common) => {
7171
ipfs.dag.put(cborNode, 'dag-cbor', 'sha2-256', done)
7272
})
7373

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

0 commit comments

Comments
 (0)