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

docs: add instruction to run tests against a go-ipfs daemon #431

Merged
merged 1 commit into from
Jan 25, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,12 @@ npm install interface-ipfs-core

In Go land:

```go
# Not available
If you want to run these tests against a go-ipfs daemon, checkout [ipfs-http-client](https://github.com/ipfs/js-ipfs-http-client) and run test tests:

```
git clone https://github.com/ipfs/js-ipfs-http-client
npm install
npm test
```

## Usage
Expand Down