Skip to content

Commit

Permalink
Improve foundry-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
gianalarcon committed Apr 19, 2024
1 parent 5c4a115 commit e9bee42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ch02-13-foundry-forge.md
@@ -1,6 +1,6 @@
# Foundry Forge: Testing

Merely deploying contracts is not the end game. Many tools have offered this capability in the past. Forge sets itself apart by hosting a Cairo VM instance, enabling the sequential execution of tests. It employs Scarb for contract compilation.
Merely deploying contracts is not the end game. Many tools have offered this capability in the past. `Forge` sets itself apart by hosting a Cairo VM instance, enabling the sequential execution of tests. It employs Scarb for contract compilation.

To utilize Forge, define test functions and label them with test attributes. Users can either test standalone Cairo functions or integrate contracts, dispatchers, and test contract interactions on-chain.

Expand Down

0 comments on commit e9bee42

Please sign in to comment.