Update contracts package README

This commit is contained in:
Alex Browne
2018-06-05 17:13:10 -07:00
parent c57e4ba508
commit 3baf14b793

View File

@@ -63,3 +63,12 @@ yarn lint
```bash
yarn test
```
### Run Tests Against Geth
Follow the instructions in the README for the devnet package to start the
devnet.
```bash
TEST_PROVIDER=geth yarn test
```