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

Commit

Permalink
test: add some interop tests for private neworking
Browse files Browse the repository at this point in the history
test: add skips for tests that timeout
test: add additional pnet tests
temporarily use a temp branch of pull-reader for testing
test: add test for go getting data from js
test: add tests for go to go
  • Loading branch information
jacobheun committed Jul 5, 2018
1 parent 4bfac3c commit ab26a4e
Show file tree
Hide file tree
Showing 4 changed files with 435 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ test/test-data/go-ipfs-repo/LOG.old

# while testing npm5
package-lock.json
yarn.lock
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"ipfs-api": "^22.0.0",
"ipfsd-ctl": "~0.37.0",
"left-pad": "^1.3.0",
"libp2p-pnet": "github:libp2p/js-libp2p-pnet#feat/initial",
"libp2p-websocket-star-rendezvous": "~0.2.3",
"lodash": "^4.17.10",
"mocha": "^5.2.0",
Expand All @@ -68,6 +69,15 @@
"stream-to-promise": "^2.2.0",
"transform-loader": "^0.2.4"
},
"resolutions": {
"ipfs": "github:ipfs/js-ipfs#feat/priv-net",
"ipfs-repo": "github:ipfs/js-ipfs-repo#feat/pnet",
"ipfsd-ctl": "github:ipfs/js-ipfsd-ctl#master",
"libp2p-pnet": "github:libp2p/js-libp2p-pnet#feat/initial",
"libp2p": "github:libp2p/js-libp2p#feat/priv-net",
"libp2p-switch": "github:libp2p/js-libp2p-switch#feat/priv-net",
"pull-reader": "github:jacobheun/pull-reader#overreading"
},
"dependencies": {},
"contributors": []
}
1 change: 1 addition & 0 deletions test/node.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ require('./repo')
require('./exchange-files')
require('./kad-dht')
require('./pubsub')
require('./pnet')
Loading

0 comments on commit ab26a4e

Please sign in to comment.