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

chore: enable dag.put with hashAlg test #1448

Merged
merged 1 commit into from
Jul 17, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"ipfs-repo": "~0.22.1",
"ipfs-unixfs": "~0.1.15",
"ipfs-unixfs-engine": "~0.30.0",
"ipld": "~0.17.2",
"ipld": "~0.17.3",
"ipld-dag-cbor": "~0.12.1",
"ipld-dag-pb": "~0.14.5",
"is-ipfs": "~0.3.2",
Expand All @@ -123,13 +123,13 @@
"joi-browser": "^13.4.0",
"joi-multiaddr": "^2.0.0",
"libp2p": "~0.22.0",
"libp2p-bootstrap": "~0.9.3",
"libp2p-circuit": "~0.2.0",
"libp2p-floodsub": "~0.15.0",
"libp2p-kad-dht": "~0.10.0",
"libp2p-keychain": "~0.3.1",
"libp2p-mdns": "~0.12.0",
"libp2p-mplex": "~0.8.0",
"libp2p-bootstrap": "~0.9.3",
"libp2p-secio": "~0.10.0",
"libp2p-tcp": "~0.12.0",
"libp2p-webrtc-star": "~0.15.3",
Expand Down
9 changes: 1 addition & 8 deletions test/core/interface.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,7 @@ describe('interface-ipfs-core tests', () => {

tests.config(defaultCommonFactory)

tests.dag(defaultCommonFactory, {
skip: [
{
name: 'should override hash algoritm default and resolve with it',
reason: 'https://github.com/ipld/js-ipld/pull/133 needs to land first'
}
]
})
tests.dag(defaultCommonFactory)

tests.dht(defaultCommonFactory, {
skip: { reason: 'TODO: DHT is not implemented in js-ipfs yet!' }
Expand Down