Skip to content

Commit 0288dd6

Browse files
committed
chore: update anvil installation instructions in e2e README
1 parent e7a34f5 commit 0288dd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
2. Check `config.ts` to configure the test suite.
55
3. Run `bun test` within the directory to run the tests.
66

7-
Note: make sure `engine` is running, and `anvil` is installed if running the tests on a local environment. (You can get the latest version of `anvil` by installing [`forge`](https://book.getfoundry.sh/getting-started/installation))
7+
Note: make sure `engine` is running, and `anvil` is installed if running the tests on a local environment. (You can get the latest version of `anvil` by installing [`foundry`](https://book.getfoundry.sh/getting-started/installation))
88

99
## Running tests
1010
The test suite depends on a local SDK to run tests. To run the tests, you need to generate the SDK. To do this, run the following command from the root of the repository:

0 commit comments

Comments
 (0)