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 Nov 11, 2018
1 parent 3904d77 commit 36285ce
Show file tree
Hide file tree
Showing 3 changed files with 384 additions and 357 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"bs58": "^4.0.1",
"buffer-loader": "~0.1.0",
"chai": "^4.2.0",
"chai-bytes": "^0.1.1",
"chai-bytes": "~0.1.1",
"cids": "~0.5.5",
"cross-env": "^5.2.0",
"detect-node": "^2.0.4",
Expand All @@ -52,8 +52,8 @@
"form-data": "^2.3.3",
"go-ipfs-dep": "~0.4.18",
"hat": "0.0.3",
"ipfs": "~0.33.0",
"ipfs-api": "^26.1.2",
"ipfs": "ipfs/js-ipfs#feat/dht-part-ii",
"ipfs-api": "ipfs/js-ipfs-api#fix/dht-validate-if-receiving-stream",
"ipfs-unixfs": "~0.1.16",
"ipfsd-ctl": "~0.40.0",
"left-pad": "^1.3.0",
Expand Down
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 36285ce

Please sign in to comment.