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

Commit c6f2bff

Browse files
test: run more tests in the browser
1 parent 2773541 commit c6f2bff

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

test/browser.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,15 @@ describe('IPFS data importing tests on the Browser', function () {
4848
require('./builder-balanced')
4949
require('./builder-trickle-dag')
5050
require('./builder-only-hash')(repo)
51-
// TODO: make these tests not require data on the repo
52-
// require('./builder-dir-sharding')(repo)
51+
require('./builder-dir-sharding')(repo)
5352

5453
// Importer
5554
require('./importer')(repo)
5655
require('./importer-flush')(repo)
5756

5857
// Exporter
59-
// TODO: make these tests not require data on the repo
60-
// require('./exporter')(repo)
61-
// require('./exporter-subtree')(repo)
58+
require('./exporter')(repo)
59+
require('./exporter-subtree')(repo)
6260

6361
// Other
6462
require('./import-export')(repo)

0 commit comments

Comments
 (0)