Skip to content

Commit

Permalink
Clarify test location
Browse files Browse the repository at this point in the history
I was confused (briefly) about where the tests were located. Perhaps this language is clearer?
  • Loading branch information
tzerrell authored Sep 29, 2023
1 parent 4faf38b commit 2df7eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ There are two primary starter template contracts included.
The Solidity libraries for Bonsai can be found at [github.com/risc0/risc0](https://github.com/risc0/risc0/tree/main/bonsai/ethereum).

Contracts are built and tested with [forge], which is part of the [Foundry] toolkit.
Tests are defined in the `tests` directory.
Tests are defined in the `tests` directory in the root of this template.

[Foundry]: https://getfoundry.sh/
[forge]: https://github.com/foundry-rs/foundry#forge
Expand Down

0 comments on commit 2df7eaa

Please sign in to comment.