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

Commit

Permalink
chore: refactored interop tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Oct 29, 2018
1 parent a01c84d commit 38730b9
Show file tree
Hide file tree
Showing 3 changed files with 385 additions and 357 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
"form-data": "^2.3.2",
"go-ipfs-dep": "~0.4.17",
"hat": "0.0.3",
"ipfs": "~0.33.0-rc.2",
"ipfs": "ipfs/js-ipfs#feat/dht-part-ii",
"ipfs-api": "^25.0.0",
"ipfs-unixfs": "~0.1.15",
"ipfsd-ctl": "~0.39.1",
"ipfsd-ctl": "~0.39.5",
"left-pad": "^1.3.0",
"libp2p-websocket-star-rendezvous": "~0.2.3",
"lodash": "^4.17.10",
Expand All @@ -67,5 +67,6 @@
"stream-to-promise": "^2.2.0",
"transform-loader": "~0.2.4"
},
"contributors": []
"contributors": [],
"dependencies": {}
}
2 changes: 1 addition & 1 deletion test/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

// require('./exchange-files')
// require('./pubsub')
require('./kad-dht')
// require('./kad-dht')
require('./circuit')
// require('./repo')
require('./files')
Loading

0 comments on commit 38730b9

Please sign in to comment.