Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 222 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 222 Bytes

Running Forge Tests

# install node modules
yarn

# install forge libraries and dependencies
forge install

# run tests; first pass will be slower because of compile
forge test -w --fork-url [ALCHEMY_URL]