From 3baf14b793be44910d71c093f911429203ac4ee5 Mon Sep 17 00:00:00 2001 From: Alex Browne Date: Tue, 5 Jun 2018 17:13:10 -0700 Subject: Update contracts package README --- packages/contracts/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'packages/contracts') diff --git a/packages/contracts/README.md b/packages/contracts/README.md index 23551b69d..9c829c753 100644 --- a/packages/contracts/README.md +++ b/packages/contracts/README.md @@ -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 +``` -- cgit v1.2.3