Skip to content

Commit

Permalink
Merge pull request #38 from mykelp/master
Browse files Browse the repository at this point in the history
Update README to include .gitignore for .test/ directory
  • Loading branch information
pfletcherhill authored Feb 20, 2018
2 parents ce79d8c + cd4d985 commit 8584658
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ yarn global add espresso-tests
espresso [--watch] [--fun]
```

We recommend updating your `.gitignore` to include `.test/` directory.

### Inspiration

Ethereum solidity development is still in it's early phase. But if you've ever written Solidity before, you know that testing it can be a pain. Truffle does a fine job compiling and deploying Solidity smart contracts, but Truffle's testing framework is slow and usually not helpful. With espresso we're trying to make Solidity testing easier, speedier, and more fun.
Expand Down

0 comments on commit 8584658

Please sign in to comment.