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

Commit

Permalink
brought back HAMT tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pgte committed Jan 26, 2017
1 parent 599c0e9 commit b1c917b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions test/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,5 @@ describe('IPFS data importing tests on the Browser', function () {
require('./test-hash-parity-with-go-ipfs')(repo)
require('./test-consumable-buffer')
require('./test-consumable-hash')
// TODO: reactivate HAMT test
// require('./test-hamt')
require('./test-hamt')
})
3 changes: 1 addition & 2 deletions test/node.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,5 @@ describe('IPFS UnixFS Engine', () => {
require('./test-hash-parity-with-go-ipfs')(repo)
require('./test-consumable-buffer')
require('./test-consumable-hash')
// TODO: reactivate HAMT test
// require('./test-hamt')
require('./test-hamt')
})

0 comments on commit b1c917b

Please sign in to comment.