Issue 92 readme improvements (#100)

* adding testing section to readme

* updating barge instructions

* removing subgraph from commit

* fixing markup in readme
This commit is contained in:
Jamie Hewitt 2021-05-05 17:21:52 +03:00 committed by GitHub
parent b60faa60bd
commit 18854de767
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -107,7 +107,9 @@ You now have a local graph-node running and can start deploying your changes to
## 🦑 Development on Barge
Clone (barge)[https://github.com/oceanprotocol/barge] and run it in another terminal:
Clone [barge](https://github.com/oceanprotocol/barge) and run it in another terminal:
```bash
git clone https://github.com/oceanprotocol/barge.git
cd barge
@ -140,7 +142,7 @@ You now have a local graph-node running on http://localhost:9000
## 🧪 Testing
- Please note: the `npm run test` command is currently not working due to (this issue)[https://github.com/graphprotocol/graph-ts/issues/113].
- Please note: the `npm run test` command is currently not working due to [this issue](https://github.com/graphprotocol/graph-ts/issues/113).
To run the integration tests locally, first start up barge by following the instructions above, then run the following terminal commands from the ocean-subgraph folder: